sqlyog 连接mysql是出现 Client does not support authentication protocol requested by server解决方案

mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123456';
Query OK, 0 rows affected (0.10 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.01 sec)

你可能感兴趣的:(MySQL)