ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
重置 MySQL 密码的时候会提示
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
只要执行下面的命令即可
flush privileges;
            目前尚无回复
        
    
    