Add commented out slow query log

To easily enable for debugging purposes.
This commit is contained in:
Daniel Siepmann 2023-12-07 19:21:25 +01:00
parent a62bf4815e
commit d298cb4746
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -102,8 +102,11 @@ in {
general_log = true;
general_log_file = "/var/lib/mysql/query.log";
# slow_query_log = true;
# slow_query_log_file = "/var/lib/mysql/slow_query.log";
# long_query_time = 1;
bind-address = "127.0.0.1";
# = "/var/log/mysql/query.log";
};
};
};