How to apply the Recommended Configuration for MySQL in Docker
Follow these steps to apply the recommended configuration for MySQL in Docker:
Step 1: Copy the Recommended Configuration
- Log in to the Releem dashboard.
- Open Configuration in the Recommended Configuration block.
- Click the Copy icon to copy the recommended configuration.
Step 2: Modify the my.cnf file
Paste the copied configuration into the end of file.
Step 3: Restart Docker container
Restart your MySQL Docker container to apply the new configuration:
docker restart <container_name_or_id>
Step 4: Verify the Applied Configuration
You should see event Applied recommended configuration on the MySQL Metrics graph.
For additional help, feel free to contact Releem support.