Hello I have a problem in SQL database connector, when I make the connection it is correct but when I make a query with a parameter it sends me an error. I have always done it like this in postgres and it works very well, but in this project it is with Microsoft SQL and it sends me this error
so to fit this string to bubble SQL connector i have put
mssql://so:pass@word@222.874.71.111:3306/Dbase
and i have chosen database type to be Microsoft SQL. i am getting an error
Your connection string does not fit the standard string. It should look like mysql://username:password@my-db-instance.endpoint.us-east-1.rds.amazonaws.com:PORT/db_name.
what is happening? what did i put wrong? my password has @ i have removed it and tried something else but i get same error.
same error
Your connection string does not fit the standard string. It should look like mysql://username:password@my-db-instance.endpoint.us-east-1.rds.amazonaws.com:PORT/db_name.
What IP do I use to whitelist with my database so Bubble can connect to it it? MySQL won’t grant access without it. Is the IP address dynamic or static? If it’s dynamic, how do I find it and how often does it change?
Well in PostgreSQL I had to touch the pg_hba.conf file and put the IP of my machine where I have a database installed and I made a DMZ on my router to have external access!
I believe that in MySQL it should be something like that, you may have to release the IP of your server where your database is.
Hi, I’m same the problem with the connection external access database MYSQL, this setting following default, found all questions by forum not saw solution about this
Hi, the same problem connecting this topic, but in my case with MYSQL on server hostinger,(Connection issue: SQL Database Connector issue: Connection attempt failed: Current fiber timed out after 65000 ms) The support said about problem due to static ip my server
You have to be able to open up the mysql server to all IP addresses because Bubble does not offer static ip unless on a dedicated plan. In some cases this is not possible (depending upon your database hosting provider).