解决方法:权限问题,授权 给 root 所有sql 权限。
通过navicat客户端执行以下两句命令
grant all privileges on *.* to [email protected]"%" identified by ".";
flush privileges;
通过navicat客户端执行以下两句命令
grant all privileges on *.* to [email protected]"%" identified by ".";
flush privileges;
相关文章: