天天看點

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

報錯如下:

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

遇見這個問題,網上都是千篇一律,改權限(

grant all privileges on *.* to [email protected]”%” identified by “.”;   flush privileges;

),但是,在這之前,請看一下你的配置檔案是否正确(當然,你也不一定有這個檔案,公司内部用):

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

各位看官,完畢!

轉載于:https://www.cnblogs.com/zhangdaicong/p/7941965.html