0
点赞
收藏
分享

微信扫一扫

解决关于 ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it....报错

老北京的热干面 2022-01-10 阅读 33
mysql> create user 'zhilong'@'%' identified by '123456';
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

解决办法:

在命令行输入:mysql> flush privileges;

在这里插入图片描述

举报

相关推荐

0 条评论