java.sql.SQLException: The user specified as a definer ('..'@'%') does not exist
视图、存储过程的使用者若非其创建者,就会出现这样的错误
可以修改用户的权限或重新创建进行解决
java.sql.SQLException: The user specified as a definer ('..'@'%') does not exist
视图、存储过程的使用者若非其创建者,就会出现这样的错误
可以修改用户的权限或重新创建进行解决
转载于:https://my.oschina.net/silenceyawen/blog/711257