Satakunnan-ammattikorkeakoulu / containers-on-the-fly

Instant Up. Timely Down. Simple web-based Docker container reservation platform.
0 stars 1 forks source link

Update mysql configurations #21

Open kulttuuri opened 3 months ago

kulttuuri commented 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

[mysqld] wait_timeout=240 max_connections=2000