From 41526651c763b9a4bdb30272fe28dcfb85f998d8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 28 Aug 2024 22:12:07 +0200 Subject: [PATCH] Create mysqld.cnf --- docker/ubuntu_apache_mariadb/mysql/mysqld.cnf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docker/ubuntu_apache_mariadb/mysql/mysqld.cnf diff --git a/docker/ubuntu_apache_mariadb/mysql/mysqld.cnf b/docker/ubuntu_apache_mariadb/mysql/mysqld.cnf new file mode 100644 index 00000000..f071be7e --- /dev/null +++ b/docker/ubuntu_apache_mariadb/mysql/mysqld.cnf @@ -0,0 +1,12 @@ +[mysqld] + +user = mysql +bind-address = 127.0.0.1 +mysqlx-bind-address = 127.0.0.1 +key_buffer_size = 16M +myisam-recover-options = BACKUP +max_connections = 151 +table_open_cache = 4000 +log_error = /var/log/mysql/error.log +max_binlog_size = 100M +expire_logs_days=3