Moved debian.cnf to docker-compose.
This commit is contained in:
parent
6bffbe4eda
commit
d45a11010d
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user