命令:

1、mysql -hlocalhost -uroot -pqq123123

2、use mysql;

3、alter user 'root'@'localhost' identified with mysql_native_password by 'qq123123';

4、flush privileges;

 

 

mysql: client does not support authentication

相关文章: