Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Navicat で新しいデータベースを作成するときのデフォルトの文字セットは、latin1 です。
デフォルトの照合順序 utf8_general_ci でデフォルトを utf8 に変更するにはどうすればよいですか?
Change the my.cnf
cat /etc/my.cnf [mysqld] default-storage-engine = innodb character-set-server = utf8 transaction-isolation = read-committed