100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 解决关于 ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it....报错

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

时间:2023-06-12 21:38:58

相关推荐

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

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;

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。