如何更改 mysql 设置,使其默认为 UTF-8?
当我插入数据库时,我收到“ASCII 编码”错误,因为我全新安装了 MYSQL。
我想再次将默认值更改为 UTF-8。
这是我收到的错误,因为 MYSQL 未设置为 UTF-8 模式:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
I am getting "ASCII encoding" errors when I insert into my database because I did a fresh install of the MYSQL.
I'd like to change the default to UTF-8 again.
This is the error I'm getting because MYSQL is not set in UTF-8 mode:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试将其放入 mysql.cfg 文件中:
更多信息:
You can try to put this in your mysql.cfg file:
More information: