Well i got a free host to run my website, i uploaded all the files:
The point is: my website requires to read/write accounts from a database, located on my VPS (Windows Server).
My website connects through:
Where abboud_auth and abboud_world are my databases, IP is my VPS' IP and user and password are my user and password of my navicat, which is also running on my VPS.
So, now on my VPS, i have my databases:
So, the problem is that when i run my website i cant connect to my databases. I'm using Xampp, and its mysql config is:
In fact, i tested the remote access with this web, and i cant connect:
The obvious question: what should i do?
Thanks ^^