Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:system_requirements_mysql [2019/03/04 08:38] alz72:system_requirements_mysql [2020/06/09 11:32] 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 to something larger than 50 seconds (which is the default value) 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.