添加用户及密码时报错
EaRROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
先输入
flush privileges;
Linux:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cann
原文:https://www.cnblogs.com/fycy/p/12321249.html