解决办法:
1、 修改用户密码
mysql> alter user
-> 'root'@'localhost' identified by '123456';
2、刷新权限
mysql> flush privileges;