遇到的问题:
解决办法:
use mysql; alter user 'root'@'localhost' identified with mysql_native_password by 'root'; flush privileges;
use mysql;
alter user 'root'@'localhost' identified with mysql_native_password by 'root';
flush privileges;