[DiscordArchive] guys how do you change my.cnf in docker mysql i dont find the file need to make a custom one?
[DiscordArchive] guys how do you change my.cnf in docker mysql i dont find the file need to make a custom one?
Archived author: ☣ ̷̷̷̷ ☣ • Posted: 2021-04-15T12:51:57.759000+00:00
Original source
guys how do you change my.cnf in docker mysql i dont find the file need to make a custom one?
Archived author: TechInterMezzo • Posted: 2021-04-15T14:50:53.186000+00:00
Original source
that file is part of the mysql base image. you could modify the Dockerfile of the database container and add a COPY command or mount your own my.cnf in place of the original by changing the docker-compose.yml. there are some infos about the mysql image on the docker hub page: https://hub.docker.com/_/mysql
[Embed: mysql]
MySQL is a widely used, open-source relational database management system (RDBMS).
https://hub.docker.com/_/mysql
Archived author: ☣ ̷̷̷̷ ☣ • Posted: 2021-04-16T03:35:41.969000+00:00
Original source
i see this was helpfull tnx