Access denied; you need (at least one of) the RELOAD privilege(s) for this operation
新建的MySQL数据库用户,结果啥权限也没有,创建数据库报错:Access denied; you need (at least one of) the RELOAD privilege(s) for this operation
解决方法:
1、按照root设置权限
2、重启mysql服务
net sop mysql
net start mysql
3、刷新权限
flush privileges;
4、好了,可以创建了