MySQL Requirements
Connecting to your MySQL environment requires user credentials that has read and write access to the database you would like to use. If your database is not accessible outside of your network, you may need to contact your IT department to whitelist the necessary IP address. Please contact your Customer Success Manager for more information.
Adding a New MySQL Connection
![]() |
Click on the "hamburger menu" icon in the top left corner |
Click on "Manage Data" |
|
Click on the MySQL data provider card and fill in the details: |
|
Host: The name or network address of the instance of MySQL |
|
Port: The port MySQL is using to listen for connections. Default port is 3306 |
|
Username: The MySQL login account being used that has read/write access to the database entered in the previous field |
|
Password: The password for the MySQL account being used |
|
DatabaseName: The case-sensitive name of the database that contains your data |
|
Click the "Connect" button to create the connection. |