首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
### 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
mac
2024-06-21
53
在 mysql 里运行如下两句命令
grant all privileges on *.* to root@"%" identified by "."; flush privileges;
然后 java 程序即可正常运行
转载请注明原文地址: https://mac.8miu.com/read-493945.html
最新回复
(
0
)