mysql执行出错:Table 'k_user' is read only
生活随笔
收集整理的这篇文章主要介绍了
mysql执行出错:Table 'k_user' is read only
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
执行sql的时候发现出错
Table 'k_user' is read only1、给mysql权限 chmod 777 mysql
2、执行一下命令
mysqladmin -uroot -p refresh
转载于:https://www.cnblogs.com/weibanggang/p/11400727.html
《新程序员》:云原生和全面数字化实践50位技术专家共同创作,文字、视频、音频交互阅读总结
以上是生活随笔为你收集整理的mysql执行出错:Table 'k_user' is read only的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 【HDU6701】Make Roundd
- 下一篇: mysql忘记密码解决方法