您的位置:首页 > 数据库 > MySQL

mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法

2016-05-19 17:46 483 查看
权限问题,授权 给 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)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: