当前位置:Gxlcms >
数据库问题 >
Cause: java.sql.SQLException: The user specified as a definer ('root'@'%') does not exist
Cause: java.sql.SQLException: The user specified as a definer ('root'@'%') does not exist
时间:2021-07-01 10:21:17
帮助过:7人阅读
mysql> grant all privileges on *.* to root@"%" identified by "PASSWORD";
Query OK, 0 rows affected
mysql> flush privileges;
Query OK, 0 rows affected
mysql>
Cause: java.sql.SQLException: The user specified as a definer ('root'@'%') does not exist
标签:java query ges bsp row mysql 授权 log user