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语句即可
在这里插入图片描述


版权声明:本文为u012750106原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/u012750106/article/details/86571040