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