MySQLmysql 1449 : The user specified as a definer ('root'@'%') does not exist(示例代码
Posted 风雨丛中住着一只南飞的雁,
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQLmysql 1449 : The user specified as a definer ('root'@'%') does not exist(示例代码相关的知识,希望对你有一定的参考价值。
权限问题,授权 给 root 所有sql 权限
1、mysql> grant all privileges on *.* to [email protected]"%" identified by ".";
Query OK, 0 rows affected (0.00 sec)
2、mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
以上是关于MySQLmysql 1449 : 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 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法
打开视图 :1449 - the user specified as a definer ('root'@'%')does not exist
mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法
mysqldump: Got error: 1449: The user specified as a definer ('user'@'%') does not ex