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
72:system_requirements_mysql [2019/03/04 08:38] alz72:system_requirements_mysql [2024/02/15 00:00] (current) – external edit 127.0.0.1
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.