输入banner图图片脚本导航/分类

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错误

标签:cal   连接   navicat   nbsp   alter   登录   word   cat   打开