MySQL

In this page, we'll show you how to add a MySQL source to Dataflake.

Steps to connect MySQL source to Dataflake is like connecting PostgreSQL to Dataflake. Read this section to learn more

Choose the Connection strings tab.

Click the Add button.

Enter the Name of your connection.

Select MySQL from the Connection type.

Enter your connection string.

  1. Hostname: where your database is hosted

  2. Port: add port name

  3. Database: name of your database

  4. User: username of the Database you want to connect

  5. Password: password of the Database you wish to connect

Click Next then Click the Complete button to establish your Connection.

You can paste the host url in the Host box to connect to your database quickly

Last updated