问题
The MySQL server is running with the LOCK_WRITE_GROWTH option so it cannot execute this statement
登录阿里云控制台后发现是因为数据库容量满了,而且没开自动扩容。阿里云就会自动将数据库锁上。
解决方法,如果是比较新的RDS,可以truncate解决(delete数据不行)。如果是旧的需要提工单
问题
The MySQL server is running with the LOCK_WRITE_GROWTH option so it cannot execute this statement
登录阿里云控制台后发现是因为数据库容量满了,而且没开自动扩容。阿里云就会自动将数据库锁上。
解决方法,如果是比较新的RDS,可以truncate解决(delete数据不行)。如果是旧的需要提工单