Navicat连接MySQL8出现1251错误
Posted 九州天空城
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Navicat连接MySQL8出现1251错误相关的知识,希望对你有一定的参考价值。
安装mysql8后用navicat连接时出现1251错误
解决办法
管理员打开cmd窗口
mysql -uroot -p登录mysql
alter user root@localhost identified by‘newpassword‘ password
alter user root@localhost identified with mysql_native_password by ‘newpassword‘
flush privileges;
以上是关于Navicat连接MySQL8出现1251错误的主要内容,如果未能解决你的问题,请参考以下文章
用Navicat连接MySQL数据库出现1251错误:密码方式错误