mysql不能保存中文

进入mysql文件夹,新建(修改) my.ini 文件, 修改编码
内容如下:

[mysql]
default-character-set=utf8
原文地址:https://www.cnblogs.com/hujingnb/p/10246234.html