Open kulttuuri opened 3 months ago
Some connections go to limits. Increase limits and the time that idle connections are killed. In installation, these configurations should be added to the end of the file /etc/mysql/conf.d/mysql.cnf
/etc/mysql/conf.d/mysql.cnf
[mysqld] wait_timeout=240 max_connections=2000
Some connections go to limits. Increase limits and the time that idle connections are killed. In installation, these configurations should be added to the end of the file
/etc/mysql/conf.d/mysql.cnf
[mysqld] wait_timeout=240 max_connections=2000