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

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

2019-01-21 11:11 846 查看
版权声明:转载请标明出处,谢谢 https://blog.csdn.net/u012750106/article/details/86571040

mysql新创建了一个新的数据库,准备使用grant赋予权限,结果出现了

ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

这个问题解决办法:
1、flush privileges
2、执行刚才的grant语句即可

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