mysql:The user specified as a definer ('xxx'@'%') does not exist
报错信息
mysql:The user specified as a definer ('xxx'@'%') does not exist
问题分析
发生这种问题。大概率是用户不存在或者是权限不够
解决方案
mysql> grant all privileges on *.* to movitity@"%" identified by ".";
Query OK, 0 rows affected (0.01 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)
本文来自博客园,作者:King-DA,转载请注明原文链接:https://www.cnblogs.com/qingmuchuanqi48/articles/18174632

浙公网安备 33010602011771号