(pymysql.err.OperationalError) (1290, ‘The MySQL server is running with the LOCK_WRITE_GROWTH option so it cannot execute this statement’)"),)

在插入数据中报错这个信息

  • 原因

  • 1、阿里云的一个保护策略,空间剩余不足时,禁止数据写入,保障可读状态。

  • 2、阿里云数据库未续费

查数据,删表没问题,更新和插入不行。

解决方案

1、
升级数据库空间.
删除一些没有用的数据.
用 flush privileges.

2、续费

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐