异常
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables
异常图片.png
原因: 权限没有刷新。
解决方法
执行flush privileges;
解决图.png
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables
执行flush privileges;