mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
19 lines
644 B
Markdown
19 lines
644 B
Markdown
---
|
|
permalink: /credentials/mySql
|
|
---
|
|
|
|
# MySQL
|
|
|
|
You can find information about the operations supported by the MySQL node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mySql) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/MySql).
|
|
|
|
## 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.
|
|
|
|

|