一、mysql5.7中SELECT command denied to user问题
原因:
没赋予权限
解决办法:
连接mysql后,赋予权限

grant select,insert,update,delete on *.* to ajreport@"localhost" Identified by "ajreport";

第一个ajreport是用户名,第二个ajreport是密码

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐