Windows
- Open the config file:
C:\Program Files\watchlog-agent\integration.json - Locate the MySQL section:
 
{ "service": "mysql", "monitor": false, "host": "localhost", "port": "3306", "username": "root", "password": "", "database": [] }
3. Change `"monitor"` to `true` and populate fields:
```diff
-  "monitor": false
+  "monitor": true
- Restart the service:
Restart-Service -Name "WatchlogAgent" 
