mysql执行存储过程报错:ERROR 1449:The user specified as a definer ('skip -grants user'@'skip -grants host') does not exist

没有权限。

解决方法如下:

mysql>grant all privileges on *.* to 'skip-grants user'@'skip-grants host' identified by ".";

posted on 2022-03-08 09:56  flash610  阅读(711)  评论(0)    收藏  举报