linux mysql5.7設置中文字符集

ubuntu16.04已測試mysql

注意版本,好像從5.6根5.5就不同,配置文件更深了一層。sql

 

1.用vim或nano編輯   /etc/mysql/mysql.conf.d/mysqld.cnfubuntu

2.[mysqld]後面添加  character_set_server=utf8     保存退出vim

3.#service mysql restart測試

4.登陸mysql   #mysql -u root -p      後mysql>show variables like 'character%'查看編碼是否都變成了utf8,若是還有latin編碼則失敗。編碼


---------------------
做者:canaan_cs
來源:CSDN
原文:https://blog.csdn.net/canaan_cs/article/details/68489232
版權聲明:本文爲博主原創文章,轉載請附上博文連接!.net

相關文章
相關標籤/搜索