1)创建试图时抛出此错误信息,如下图所示:

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

2)从网上搜索了一下,是SQL权限问题,通过如下的方式便可以解决:

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

3)再次执行创建视图的语句,验证一下问题是否已经解决,可以了,如下所示:

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

4)参考如下所示:

http://www.cnblogs.com/Magicam/archive/2013/07/22/3207382.html

 

相关文章:

  • 2021-12-22
  • 2022-03-03
猜你喜欢
  • 2021-10-08
  • 2022-01-08
  • 2021-10-10
  • 2021-06-09
相关资源
相似解决方案