The user specified as a definer ('root'@'%') does not exist【亲测可用,服务器端】

版权声明:江湖郎中 https://blog.csdn.net/qq_41570658/article/details/90846867

解析:

权限问题,授权 给 root  所有sql 权限

mysql> grant all privileges on *.* to root@"%" identified by ".";
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)

猜你喜欢

转载自blog.csdn.net/qq_41570658/article/details/90846867
今日推荐