How to apply the Recommended Configuration for Windows
Follow these steps to apply the recommended configuration for MySQL on Windows:
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.ini File
- Locate the my.ini file on your system:
- Typically located in the MySQL installation directory (e.g.,
C:\Program Files\MySQL\MySQL Server X.X\my.ini) or underC:\ProgramData\MySQL\my.ini.
- Typically located in the MySQL installation directory (e.g.,
- Open the my.ini file using a text editor like Notepad.
- Paste the copied configuration into the end of file.
- Save the file using the ANSI charset:
- In Notepad, go to File → Save As.
- In the "Encoding" dropdown, select ANSI, then click Save.
Step 3: Restart the MySQL Database Service
- Open the Services application in Windows:
- Press
Win + R, typeservices.msc, and press Enter.
- Press
- Find the MySQL service in the list (e.g., MySQL or MySQL80).
- Right-click on the service and select Restart.
Step 4: Verify the Applied Configuration
You should see event Configuration was applied successfully on the MySQL Metrics graph.
For additional help, feel free to contact Releem support.