安装MySQL8后用navicat连接时出现1251错误
解决办法
管理员打开cmd窗口
mysql -uroot -p登录mysql
alter user [email protected] identified by‘newpassword‘ password
alter user [email protected] identified with mysql_native_password by ‘newpassword‘
flush privileges;
原文地址:https://www.cnblogs.com/qsmyjz/p/11984946.html
时间: 2024-10-02 16:36:23