您的位置:首页 > 数据库 > SQL

ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables opt

2016-04-07 14:01 876 查看
mysql跳过权限: mysqld -nt --skip-grant-tables opt

登录:mysql -uroot -p

修改root密码 set password for 'root'@'localhost' = password('新密码');

报错:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables opt

原因:权限没有刷新

解决:flush privileges
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: