Navicat连接Mysql报错1251

报错信息:

 

 解决办法:

alter user 'test'@'%' identified with mysql_native_password by 'test#';

 

重新连接即可

 

posted @ 2021-04-27 10:55  楔子  阅读(46)  评论(0)    收藏  举报