Differences

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

Link to this comparison view

79:system_requirements_mysql [2024/03/06 01:22] – created - external edit 127.0.0.179:system_requirements_mysql [2024/03/18 14:16] (current) – [Native MySQL installation] Mrozek, Marek
Line 16: Line 16:
 default-time-zone="+00:00" default-time-zone="+00:00"
  
 +</code>
 +
 +The following settings are recommended for MySQL 8.0, especially to improve database write performance:
 +
 +<code>
 +innodb_flush_log_at_trx_commit=2
 +sync_binlog=0
 +innodb_log_buffer_size=512M
 </code> </code>