Mysql 报错:The user specified as a definer ('skip-grants user'@'skip-grants host') does not exist

 

参考: https://blog.csdn.net/qq_42345108/article/details/103950857

 

执行命令:

grant all privileges on *.* to skip-grants user@skip-grants host identified by "."

flush privileges;

 

Mysql 报错:The user specified as a definer ('skip-grants user'@'skip-grants host') does not exist

上一篇:Mysql DBA面试题及项目案例


下一篇:Linux 单实例oracle安装步骤