The MySQL node allows you to connect to a MySQL database and retrieve table content for downstream processing. This node is typically used to load structured data for use in data pipelines, analytics, or AI workflows.
Outputs
- Answers (output)
- This port outputs the data retrieved from the configured MySQL table. The result can be passed to embedding models, text processors, or storage nodes.
Configuration Steps
- MySQL Host –Â Enter the host name or IP address of the MySQL server
- Example –Â localhost
- User –Â Provide the username with access to the database.
- Example –Â root
- Password –Â Enter the password associated with the user account.
- Database Name –Â Enter the name of the database to connect to
- Example – database
- Table Name –Â Specify the name of the table from which to retrieve data
- Example –Â table