docker-library / mysql

Docker Official Image packaging for MySQL Community Server
https://dev.mysql.com/
GNU General Public License v2.0
2.48k stars 2.21k forks source link

Incorrect documentation of `my.cnf` Path for MySQL Image with Oracle Linux #1083

Open tantee opened 2 months ago

tantee commented 2 months ago

It appears that there has been a change in the file path for my.cnf in the MySQL Docker image using Oracle Linux. The configuration file my.cnf is now located at /etc/my.cnf instead of the previously documented path /etc/mysql/my.cnf.

Steps to Reproduce:

  1. Pull the latest MySQL Docker image based on Oracle Linux.
  2. Run the container.
  3. Check the location of the my.cnf file.

Expected Behavior:

Actual Behavior:

Suggested Fix: Please update the documentation to reflect the new file path (/etc/my.cnf) for the MySQL configuration file in the Docker image using Oracle Linux.

tianon commented 2 months ago

Ah good catch -- https://github.com/docker-library/docs/blob/03cc5a4427fb577f1e52114a21ed7e31905ad319/mysql/content.md?plain=1#L59 is where this documentation lives.