首页 > 其他 > 详细

The user specified as a definer ('admin'@'%') does not exist

时间:2020-12-24 21:27:49      阅读:29      评论:0      收藏:0      [点我收藏+]

The user specified as a definer (‘admin‘@‘%‘) does not exist

 

复制现场库过来测业务,在启动项目的时候,报错提示

出现了类似语句,问题就是登陆的该用户缺失对该数据库的一些操作权限。

grant all privileges on *.* to admin(错误提示哪一个就输入哪一个) @"%" identified by "密码";  
flush privileges;

 

The user specified as a definer ('admin'@'%') does not exist

原文:https://www.cnblogs.com/liruilong/p/14185830.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!