n8n-nodes-base.mysql
35 workflows using this node.
What is the n8n-nodes-base.mysql node used for in n8n workflows?
n8n-nodes-base.mysql n8n workflows are automation templates that use the n8n-nodes-base.mysql node as part of a reusable workflow. Builders use these templates to inspect how the node connects with triggers, data transformation steps, app integrations, notifications, storage, or AI-powered actions inside n8n. Each workflow listing includes a title, summary, author attribution, categories, complexity level, source links when available, and a downloadable JSON file for review before import. Use this page to compare practical examples, understand the surrounding nodes, and choose a template that can be safely tested and adapted in your own n8n workspace.
n8n-nodes-base-mysql
Sql to XML export with XSL template formatting
This workflow demonstrates how to export SQL to XML and present the data nicely formatted using an XSL Template. The...
Compare SQL datasets
This workflow compares 2 datasets from a single database. Two SQL nodes create a slightly different summary report ba...
Convert SQL table into Excel spreadsheet
This workflow demonstrates how easy it is to export SQL query to Excel automatically! Before running the workflow ple...
Import CSV into MySQL
This workflow demonstrates how CSV file can be automatically imported into existing MySQL database. Before running th...
Two way sync Pipedrive and MySQL
This workflow automates a two way sync of customer data between Pipedrive and MySQL. It will create new records in on...
Import data from MySQL into Google Sheets
This workflow queries a table in MySQL and inserts the data into Google Sheets.
Import data from Google Sheets into MySQL
This workflow imports data from Google Sheets into a MySQL database.
Cron routines with Telegram
Executes schedule routines, and triggers alerts via telegram
Join data from Postgres and MySQL
query data from two different databases handle and unify in a single return
Purge n8n execution history located in Mysql
This workflow is useful if you have lots of tasks running daily. MySQL node (or the database used to save data shown...
Create a table in MySQL and insert data
Companion workflow for MySQL node docs