Integrations

mysql

Forget about hours of integrations. Set up in minutes and bring your data to a single dashboard for ease of use. 

My SQL is a free open-source relational database management system (REDBMS).

sign up
A net

Datagran x MySQL

Unlock the power of structured data processing, centralizing, analyzing, predicting and acting fast, empowering you and your teams to make data-driven decisions and grow faster.

GETTING STARTED

1. Create a User

CREATE USER 'username'@' 35.222.199.71' IDENTIFIED BY 'password'

Repeat the previous process changing the IP address to 35.232.188.221, 35.239.3.194 and 35.192.167.221

2. Grant Privileges on Database

GRANT SELECT ON database.table TO 'user'@'35.222.199.71';

Repeat the previous process changing the IP address to 35.232.188.221, 35.239.3.194 and 35.192.167.221

3. Flush Privileges

FLUSH PRIVILEGES;

STEP BY STEP

Head over to your Workspace > Project > Integrations. Click on MySQL Integration.
Integrations dashboard
Enter the information requested in the form and click Save.
A dashboard