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;
posted @ 2019-12-04 19:30  九州天空城  阅读(219)  评论(0编辑  收藏  举报