mysql8出现The MySQL server is running with the --skip-grant-tables option so it cannot execute
生活随笔
收集整理的這篇文章主要介紹了
mysql8出现The MySQL server is running with the --skip-grant-tables option so it cannot execute
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
執(zhí)行以下語句的時(shí)候
mysql> CREATE USER 'appleyuchi'@'%' IDENTIFIED with mysql_native_password ?BY 'appleyuchi';
出現(xiàn):
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
解決方案:
先執(zhí)行
mysql> flush privileges;
然后再
mysql> CREATE USER 'appleyuchi'@'%' IDENTIFIED with mysql_native_password ?BY 'appleyuchi';
即可
總結(jié)
以上是生活随笔為你收集整理的mysql8出现The MySQL server is running with the --skip-grant-tables option so it cannot execute的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 深度学习书籍调研
- 下一篇: ubuntu19.10安装haroopa