n8n-docs/docs/integrations/builtin/credentials/mysql.md
2023-11-06 14:10:19 +00:00

28 lines
868 B
Markdown

---
title: MySQL credentials
description: Documentation for MySQL credentials. Use these credentials to authenticate MySQL in n8n, a workflow automation platform.
contentType: integration
---
# MySQL credentials
You can use these credentials to authenticate the following nodes with MySQL.
- [MySQL](/integrations/builtin/app-nodes/n8n-nodes-base.mysql/)
- [Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent)
/// note | Agent node users
The Agent node doesn't support tunnels
///
## Prerequisites
Create an user account on a MySQL server.
## Using Database Connection
1. Retrieve your MySQL credentials and connection parameters.
2. Use the credentials and connection parameters with your MySQL node credentials in n8n.
![Getting MySQL credentials](/_images/integrations/builtin/credentials/mysql/using-database-connection.gif)