怎么解决ERROR 1290 (HY000): The MySQL server is running with问题

38次阅读
没有评论

共计 827 个字符,预计需要花费 3 分钟才能阅读完成。

这篇文章主要介绍“怎么解决 ERROR 1290 (HY000): The MySQL server is running with 问题”,在日常操作中,相信很多人在怎么解决 ERROR 1290 (HY000): The MySQL server is running with 问题问题上存在疑惑,丸趣 TV 小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”怎么解决 ERROR 1290 (HY000): The MySQL server is running with 问题”的疑惑有所帮助!接下来,请跟着丸趣 TV 小编一起来学习吧!

1.mysqld –defaults-file=my.cnf –skip-grant-tables 2.mysql -uroot -S mysql.sock

mysql  alter user root@ 192.168.0.%  identified by  111111 
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
mysql  flush privileges; #  不进行 flush privileges 会报错
Query OK, 0 rows affected (0.16 sec)
mysql  alter user root@ 192.168.0.%  identified by  111111 
Query OK, 0 rows affected (0.03 sec)

3. 重启 mysql

到此,关于“怎么解决 ERROR 1290 (HY000): The MySQL server is running with 问题”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注丸趣 TV 网站,丸趣 TV 小编会继续努力为大家带来更多实用的文章!

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-07-27发表,共计827字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)