Paths just don't bother

This commit is contained in:
Lillian Violet 2023-11-22 18:48:46 +01:00
parent 12150a8248
commit f7cce5f0ac

View file

@ -82,11 +82,9 @@
tmp_table_size = "64M";
max_heap_table_size = "64M";
slow_query_log = 1;
slow_query_log_file = /var/log/mysql/slow.log;
long_query_time = 1;
};
mysqld = {
log-error = "/var/log/mysql_err.log";
port = 3306;
character_set_server = "utf8mb4";
collation_server = "utf8mb4_general_ci";