1251 client does not support ...problem

Navcat ,1251 client does not support ...问题

1. View user information

select host,user,plugin,authentication_string from mysql.user;

2. Modify user password

ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123456';

Update the password for user to root and host to% to 123456
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_44182157/article/details/113789303