ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement在安装mysql,修改root密码时候出错原因:权限没有刷新解决:flush privileges;