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

阅读 33

2022-01-10

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)

0 0 举报