I’m trying to add a MySQL DB hosted on the cloud. I’ve read the whole bubble manual and did everything as it says.
For my case, the DB link goes as follows:
mysql://bubble:[url_encoded_password]@[hosted_db_instance_ip_address]:[port]/[db_name]
Every time I tried, it says this error:
Connection issue: SQL Database Connector issue: Connection attempt failed: SQL Database Connector issue
I had a few whitelisted IP addresses in the cloud instance firewall, which I removed after a bit of research and hope for a change, but alas! nothing changed. It still showed the error.
I also tried replacing the instance IP address with the “Instance_name,“ i.e., my-db-instance.endpoint.us-east-1.rds.amazonaws.com. But that didn’t make a difference either.
My username, password, and IP address or instance_name are accurate and double-checked, but the error persists.
