从别的地方迁移了一下数据库,结果再插入数据的时候报这个错;

解决办法:
grant all privileges on *.* to admin@'%' identified by '123456';flush privileges;再次插入,问题解决了!
mysql 1449 : The user specified as a definer ('admin'@'%') does not exist 解决方法
阅读 82
2022-07-12

grant all privileges on *.* to admin@'%' identified by '123456';flush privileges;再次插入,问题解决了!
相关推荐
精彩评论(0)