有时候,mysql写入会提示表处于只读状态:
ERROR: 1036 Table 'xxx' is read only
修复的方法很简单:mysqladmin -ppassword flush-tables
3120阅读 0评论2013-02-01 wwmshe
分类:Mysql/postgreSQL
有时候,mysql写入会提示表处于只读状态:
ERROR: 1036 Table 'xxx' is read only
修复的方法很简单:mysqladmin -ppassword flush-tables