Skip to content

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

Open
@tantee

Description

@tantee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions