记录navicat连接mysql 的1251 错误
用命令行输入

  1. ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘你的密码’;
  2. FLUSH PRIVILEGES;
  3. 完美解决问题
    记录navicat连接mysql 的1251 错误
    记录navicat连接mysql 的1251 错误

相关文章: