---
title: "Configure Grafana Alloy for MySQL monitoring | Grafana Labs"
description: "Learn how to configure Grafana Alloy with the MySQL integration snippets to collect metrics and logs from your MySQL database."
---

# Configure Grafana Alloy for MySQL monitoring

In this milestone, you configure Grafana Alloy using the configuration snippets provided by the MySQL integration. These snippets enable Grafana Alloy to collect MySQL metrics and logs and send them to your Grafana Cloud instance.

The configuration includes components for MySQL metrics collection using the Prometheus MySQL exporter component and log collection using Loki source file components.

To configure Grafana Alloy for MySQL monitoring, complete the following steps:

1. On the MySQL integration page in Grafana Cloud, scroll to the **Set up Grafana Alloy to use the MySQL integration** section.
2. At the bottom of the snippet, click **Copy to clipboard**.
3. Open the Grafana Alloy configuration file on your system. For example, on a Linux machine, run:
   
   ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy
   
   ```none
   sudo nano /etc/alloy/config.alloy
   ```
4. Paste the integration snippet into the configuration file.
5. Update the `data_source_name` parameter with your MySQL connection details. For example: `alloy_monitor:secure_password@(localhost:3306)/`
6. Review the log path in the logs configuration and update it if necessary:
   
   - For Linux systems, the default path is `/var/log/mysql/*.log`
   - For Windows systems, the default path is `C:\ProgramData\MySQL\MySQL Server*\Data\*.log`
7. Save the configuration file and exit the editor.
8. Restart the Grafana Alloy service to apply the configuration. On Linux, run:
   
   ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy
   
   ```none
   sudo systemctl restart alloy
   ```
9. Check the service status to ensure it started successfully. On Linux, run:
   
   ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy
   
   ```none
   sudo systemctl status alloy
   ```

The Grafana Alloy service should restart successfully and begin collecting MySQL metrics and logs.

In the next milestone, you test the connection to verify that data is being collected and sent to Grafana Cloud.

* * *

### Troubleshooting

Explore the following troubleshooting topics if you need help:

- [The Alloy configuration file is empty](/docs/grafana-cloud/monitor-infrastructure/integrations/troubleshoot/install-troubleshoot-linux-alloy/#the-alloy-configuration-file-is-empty)
- [Data appears in Grafana Cloud, but hostname is incorrect or it appears as “localhost”](/docs/grafana-cloud/monitor-infrastructure/integrations/troubleshoot/install-troubleshoot-linux-alloy/#data-appears-in-grafana-cloud-but-hostname-is-incorrect-or-it-appears-as-localhost)

* * *

### More to explore (optional)

- [Configure Grafana Alloy to collect all metrics and logs (advanced)](/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-linux-node/#advanced-mode)
- [Configure Grafana Alloy](/docs/alloy/latest/configure/)
- [Logs and relabeling basics in Grafana Alloy (tutorial)](/docs/alloy/latest/tutorials/logs-and-relabeling-basics/)
- [Grafana Alloy configuration reference](/docs/alloy/latest/reference/)
