Create a link with SQL Database Connector

Hello,

I would like create a link between my DDB and my Bubble.
SQL Database Connector give me a connection string like “mysql://username:password@my-db-instance.endpoint.us-east-1.rds.amazonaws.com:PORT/db_name”

mysql://username:password@IPaddress:3306/db_name

I think that i complete correctly the link but i have an error : “Connection issue Connection attempt failed : Current fiber timed out after 65000ms”

My DBB is on OVH and i use the default port (3306) indicate on the site.
Somebody can help me ? please

Can you connect to your database using another tool, like “MySQL Workbench” ?

There is a sample of how to connect in this post:

Good luck!

If it’s a database that is for test purposes, can you expose the app so that we can try?