I’m trying to use PuraVida MYSQL EXTENSION in my app to send data automatically to a DB that I have in AWS
While everything is working well when I use a cheap hosting solution like 000Hosting, when I input the credentials of my AWS DB in the PHP file I keep getting a 111 ERROR “CONNECTION REFUSED”
See attached screenshot
I’ve checked that:
PHP file is publicly accessible and credentials of the DB are good
AWS DB is publicly available as well and every possible IP or port has been whitelisted
Actually sometimes, you add special characters in the mysql credentials. .I’ve experienced this before with 000webhost.But i get it working at the end
At least can you tell us do you have any special characters in your credentials?
I don’t have special characters in the credentials
I’ll try to use Hostinger to host the PHP file
Alternatively could i use Hostinger to host the SQL DB as well? have you both seen successful cases?
Just wondering if the issue is really with the PHP file, or maybe with AWS not allowing the connection to the db
@ 72erdelyi yes we have moved everything to Hostinger since AWS was not working
I’m now managing to send data from the Kodular app to Hostinger MySQL DB but there’s still some issues with the data structure and consistency
Let me know if any of you want to help us resolve this
I would feel more comfortable sharing more in private
Basically we ask the user to upload data which is send to a mysql db ; but randomly some of this data is not sent to the db and we are not able to replicate the issue and find the cause with certainty
Send to be inserted in the database? So it’s Inserting Into Table … And sometimes it inserts and sometimes it doesn’t?
Have you revised your logic in Kodular blocks?