How to Avoid Lock wait timeout exceeded exception.?

前端 未结 7 1315
独厮守ぢ
独厮守ぢ 2020-12-09 10:32
    java.sql.SQLException: Lock wait timeout exceeded; try restarting tra
nsaction at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
        at com.m         


        
7条回答
  •  离开以前
    2020-12-09 11:00

    If all of above does not work, check the error message from mysql log. If it mentions about the size of log file, you need to increase it in the configuration and restart the mysql server.

提交回复
热议问题