0
点赞
收藏
分享

微信扫一扫

mysql LOCK_WRITE_GROWTH

狐沐说 2022-04-03 阅读 47
mysql

插入数据时候阿里云数据库出现以下异常?

问题解决:最后排查发现是服务器磁盘内存不足导致

Caused by: java.sql.SQLException: The MySQL server is running with the LOCK_WRITE_GROWTH option so it cannot execute this statement
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:960)
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:388)
举报

相关推荐

0 条评论