The user specified as a definer ('root'@'%') does not exist

The user specified as a definer ('root'@'%') does not exist 此种报错主要是针对访问视图文件引起的(没有权限) 解决方法: 2.进入mysql的安装路径之前,要确保你的mysql服务是开启的; 在DOS命令窗口输入 mysql -hlocalhost -uroot -p密码 回车 解析: 在DOS命令窗口输入 mysql -hlocalho
相关文章
相关标签/搜索