The user specified as a definer(' mysql. infoschema'@'localhost) does not exist
看下你连接数据库的配置。1449-The user specified as a definer(‘mysql.infoschema‘@localhost‘) does not exist_小白苏的博客-CSDN博客 mysql 登录报错1449mysql 登录报错1449-The user specified as a definer(‘mysql.infoschema‘@localhost‘) does not exist:问题描述:网上找了,修改权限后都不行,后来看到另一个大神的博客,说竟然是视图定义者不存在,那就建一个就行,所以就建了,下面来记录一下步骤:(MySQL版本8.0的) 解决方案:进入mysql:mysql -u root -p删除之前的视图表:drop user https://blog.csdn.net/weixin_44159171/article/details/109716461?utm_source=app&app_version=4.14.0