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?
更改 my.cnf
cat /etc/my.cnf [mysqld] default-storage-engine = innodb character-set-server = utf8 transaction-isolation = read-committed