【发布时间】:2021-04-29 21:25:50
【问题描述】:
当我尝试使用时:
sudo mysql -u root
use mysql;
SELECT user, plugin FROM user;
UPDATE user SET plugin = "mysql_native_password" WHERE user = "root" ;
exit
service mysql restart`
这似乎是一个错误-->
ERROR 1356 (HY000): View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
更新和改变不起作用
【问题讨论】: