where is the standard mysql.cnf file in this docker instance?
gitmko0 opened this issue · 2 comments
gitmko0 commented
where is the standard mysql.cnf file in this docker instance?
dominictayloruk commented
The configuration file is located;
/etc/my.cnf
--> which in turn references the directory /etc/my.cnf.d/
--> contains the file /etc/my.cnf.d/mariadb-server.cnf
MischaBre commented
I tried to find the file in the locations you mentioned, but I can't find them. What variable would I have to put into the docker-composer file to access my.cnf? or mariadb-server.cnf?