报错如下:

The user specified as a definer (”@’%') does not exist解决方法

 

遇见这个问题,网上都是千篇一律,改权限(

grant all privileges on *.* to root@”%” identified by “.”;
 
flush privileges;

),但是,在这之前,请看一下你的配置文件是否正确(当然,你也不一定有这个文件,公司内部用):

The user specified as a definer (”@’%') does not exist解决方法

各位看官,完毕!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-01-11
猜你喜欢
  • 2021-08-11
  • 2021-12-20
  • 2021-06-11
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案