Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:system_requirements_mysql [2019/03/04 08:38] alz72:system_requirements_mysql [2020/06/09 11:17] ndn
Line 4: Line 4:
  
 The transaction isolation must be set to "READ-COMMITTED" in my.cnf. The transaction isolation must be set to "READ-COMMITTED" in my.cnf.
 +
 +Increase the "innodb_lock_wait_timeout" system variable when you encounter "Lock wait timeout exceeded" errors.
  
 Starting with version 7.1, Stages uses the INNODB instead of the MYISAM engine. This can have impact on the server backup strategy, because INNODB files tend to become very large. Starting with version 7.1, Stages uses the INNODB instead of the MYISAM engine. This can have impact on the server backup strategy, because INNODB files tend to become very large.