The user specified as a definer ('root'@'%') does not exist 异常解决
Posted 蚂蚁1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The user specified as a definer ('root'@'%') does not exist 异常解决相关的知识,希望对你有一定的参考价值。
参考:http://www.cnblogs.com/Magicam/archive/2013/07/22/3207382.html
权限问题,授权 给 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)
以上是关于The user specified as a definer ('root'@'%') does not exist 异常解决的主要内容,如果未能解决你的问题,请参考以下文章
1449-The user specified as a difiner(‘aa‘@‘%‘) does not exist
1449-The user specified as a difiner(‘aa‘@‘%‘) does not exist
mysql的“The user specified as a definer (”@’%') does not exist”问题 解决
mysqldump: Got error: 1449: The user specified as a definer ('user'@'%') does not ex
The user specified as a definer ('root'@'%') does not exist
mysql的The user specified as a definer (”@’%') does not exist 的解决办法