mysql执行存储过程报错:ERROR 1449:The user specified as a definer ('skip -grants user'@'skip -grants host') does not exist
没有权限。
解决方法如下:
mysql>grant all privileges on *.* to 'skip-grants user'@'skip-grants host' identified by ".";
没有权限。
解决方法如下:
mysql>grant all privileges on *.* to 'skip-grants user'@'skip-grants host' identified by ".";