Mysql Error:The user specified as a definer (‘mysql.infoschema’@’localhost’) does not exist

使用SQLyog建了用户,然后又删掉用户,出现Mysql Error:The user specified as a definer (‘mysql.infoschema’@’localhost’) does not exist错误。最终找到了解决方案(https://www.xiaocaicai.com/2018/05/10/mysql-errorthe-user-specified-as-a-definer-mysql-infoschemalocalhost-does-not-exist-when-trying-to-dump-tablespaces/),感谢大神。

 

Mysql Error:The user specified as a definer (‘mysql.infoschema’@’localhost’) does not exist_第1张图片

 

Mysql Error:The user specified as a definer (‘mysql.infoschema’@’localhost’) does not exist_第2张图片

 

你可能感兴趣的:(mysql)