From 60643d7a28644061ba04bf1031d15b4c11e4ae3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail?= Date: Thu, 7 Nov 2024 16:57:59 +0300 Subject: [PATCH] Update mysql.cnf --- management/server/testdata/mysql.cnf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/management/server/testdata/mysql.cnf b/management/server/testdata/mysql.cnf index b85bdce09..2d12782ac 100644 --- a/management/server/testdata/mysql.cnf +++ b/management/server/testdata/mysql.cnf @@ -29,10 +29,12 @@ socket=/var/run/mysqld/mysqld.sock secure-file-priv=/var/lib/mysql-files user=mysql sql_mode="" +wait_timeout=300 +interactive_timeout=300 innodb_flush_log_at_trx_commit=2 pid-file=/var/run/mysqld/mysqld.pid [client] socket=/var/run/mysqld/mysqld.sock -!includedir /etc/mysql/conf.d/ \ No newline at end of file +!includedir /etc/mysql/conf.d/