权限问题,授权 给 root 所有sql 权限
解决办法:grant all privileges on . to root@"%" identified by “.”;
The user specified as a definer ('root'@'%') does not exist
最新推荐文章于 2022-03-14 09:35:57 发布
权限问题,授权 给 root 所有sql 权限
解决办法:grant all privileges on . to root@"%" identified by “.”;