Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I have problem when create connection from googlesheet to mySQL here is my google script:
var address = ‘p2sheet-do-user-10258100-0.b.db.ondigitalocean.com’; //IP of your external database var user = ‘tts’; // Username for database var userPwd = ‘xxxxxxx’; // Password for user var db = ‘tcndata’; // Database name
//Connect to remote db var dbUrl = ‘jdbc:mysql://’ + address + ‘:25060/’ + db;
var conn = Jdbc.getConnection(dbUrl, user, userPwd);
===> ERROR: Exception: Failed to establish a database connection. Check connection string, username and password.
I have added my IP to white list too.
Thanks
Chris
twcinnovations
richard.wilson
richard.wilson
richard.wilson
rich
b4dbf29d32f847318da467ebae7220
Yakin
caio_fr_sp
Abhishek M S
lnxfsf