MySQL

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