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).
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.
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
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
FLUSH PRIVILEGES;