From d45a11010d8ab93c32f2f057760cd1957365b42b Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Wed, 26 Jun 2019 14:10:42 +0200 Subject: [PATCH] Moved debian.cnf to docker-compose. --- Dockerfile | 1 - debian.cnf-example | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 debian.cnf-example diff --git a/Dockerfile b/Dockerfile index 7bc72ac..652c488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN mv /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf /root/ RUN mv /etc/mysql/mariadb.conf.d/50-server.cnf /root/ RUN mv /etc/mysql/debian.cnf /root/ COPY 50-server.cnf /etc/mysql/mariadb.conf.d/ -COPY debian.cnf /etc/mysql/ ## Workaround for this mysqld_safe bug is not working : https://bugs.mysql.com/bug.php?id=57690 ## We are no longer using mysqld_safe and mysqld no longer has this bug anyway. ## RUN ln -s /dev/stderr /tmp/errorlog.err diff --git a/debian.cnf-example b/debian.cnf-example deleted file mode 100644 index b4b8925..0000000 --- a/debian.cnf-example +++ /dev/null @@ -1,12 +0,0 @@ -# Automatically generated for Debian scripts. DO NOT TOUCH! -[client] -host = localhost -user = debian-sys-maint -password = XXXXXXXXXXXXXXX -socket = /var/run/mysqld/mysqld.sock -[mysql_upgrade] -host = localhost -user = debian-sys-maint -password = XXXXXXXXXXXXXXX -socket = /var/run/mysqld/mysqld.sock -basedir = /usr