From bc524baa19c0c12dba0608cb8d3b5040da4a5d0b Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 15 Jul 2018 14:06:40 +0200 Subject: [PATCH] Simplify MariaDB config --- mariadb/srv/mariadb/conf/my.cnf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/mariadb/srv/mariadb/conf/my.cnf b/mariadb/srv/mariadb/conf/my.cnf index a13fbe5..efc5e0b 100644 --- a/mariadb/srv/mariadb/conf/my.cnf +++ b/mariadb/srv/mariadb/conf/my.cnf @@ -1,10 +1,4 @@ -[client] -port = 3306 -socket = /run/mysqld/mysqld.sock - [mysqld] -port = 3306 -socket = /run/mysqld/mysqld.sock skip-external-locking skip-name-resolve key_buffer_size = 16M @@ -15,9 +9,6 @@ net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M -log-bin=mysql-bin -binlog_format=mixed -server-id = 1 [mysqldump] quick @@ -31,6 +22,3 @@ key_buffer_size = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout