Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tantee opened this issue Sep 3, 2024 · 1 comment
Open

Comments

@tantee
Copy link

tantee commented Sep 3, 2024

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:

  • The my.cnf file should be located at /etc/mysql/my.cnf as per the current documentation.

Actual Behavior:

  • The my.cnf file is located at /etc/my.cnf.

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
Copy link
Member

tianon commented Sep 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants