mysql: client does not support authentication
命令:
1、mysql -hlocalhost -uroot -pqq123123
2、use mysql;
3、alter user 'root'@'localhost' identified with mysql_native_password by 'qq123123';
4、flush privileges;
命令:
1、mysql -hlocalhost -uroot -pqq123123
2、use mysql;
3、alter user 'root'@'localhost' identified with mysql_native_password by 'qq123123';
4、flush privileges;