mysql-修改密码(error-1290 (HY000): The MySQL server is running with the --skip-grant-tables option so)_系统权限

执行:flush privileges;

mysql 新设置用户或更改密码后需用flush privileges刷新MySQL的系统权限相关表,否则会出现拒绝访问或修改操作。

mysql-修改密码(error-1290 (HY000): The MySQL server is running with the --skip-grant-tables option so)_拒绝访问_02