原因:root无权限。

use mysql;
update user set host='%' where user='root';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';
systemctl restart mysql
Last modification:November 23, 2022
V50%看看实力