mysql的“The user specified as a definer (”@’%') does not exist”问题 解决
程序员文章站
2022-05-29 23:37:18
2017-12-27,MYSQL的存储调用时出现了“The user specified as a definer (”test@’%') does not exist”的问题。 网上查过后,都是提示用户权限不够,如:http://blog.handone.com/index.php/archive ......
2017-12-27,MYSQL的存储调用时出现了“The user specified as a definer (”test@’%') does not exist”的问题。
网上查过后,都是提示用户权限不够,如:http://blog.handone.com/index.php/archives/137。
但我们生产环境用户都是ROOT,应该不存在用户权限问题。后来无意中发现,存储的定义者是“test@%”,而不是“root@%”。
后来与同事确认后,发现他用Navicat传输两张新表时,将存储也传输过来覆盖了,但测试环境我们的存储新建用户是"test"用户,所以手动将这几个存储删除手动重建就没问题了。
因此,记录一下,提醒自己存储不要用Navicat传输功能为妙。
推荐阅读
-
MYSQL ERROR 1045 (28000): Access denied for user (using password: YES)问题的解决
-
win10下MySQL 8.0登录Access denied for user‘root’@‘localhost’ (using password: YES)问题的解决方法
-
mysql的“The user specified as a definer (”@’%') does not exist”问题 解决
-
解决mysql创建数据库后出现:Access denied for user 'root'@'%' to database 'xxx'的问题
-
MySqlException: The user specified as a definer ('root'@'%') does not exist解决方法
-
The user specified as a definer ('root'@'%') does not exist 博客分类: mysql
-
The user specified as a definer ('root'@'%') does not exist
-
mysql 1449:The user specified as a definer ('root'@'%') does not exist 报错解决方法
-
ubuntu系统中Mysql ERROR 1045 (28000): Access denied for user root@ localhost问题的解决方法
-
com.sun.org.apache.xml.internal.security.utils does not exist问题的解决