时间:2021-07-01 10:21:17 帮助过:3人阅读
安装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错误
标签:cal 连接 navicat nbsp alter 登录 word cat 打开