1、use mysql; 2、alter user 'root'@'localhost' identified with mysql_native_password by 'root'; 3、flush privileges;
1、use mysql; 2、alter user 'root'@'localhost' identified with mysql_native_password by 'root'; 3、flush privileges;
转载于:https://www.cnblogs.com/fw-qql/p/10984855.html