mysql client does not support authentication

打开mysql 命令行

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)

 

然后连接成功。

猜你喜欢

转载自www.cnblogs.com/sjfsjf/p/9271683.html