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;    
相关文章
相关标签/搜索