Hi all!
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
Can anyone please help?