Hello there,
I'm having some trouble here, basically I am unable to connect to the SQL server using this "xo6.x10hosting.com". Am i doing anything wrong?
If so, then what IP should I use?
I also tried to add the IP in Remote Hosts which was "176.57.188.201" but the result still was same, server responds: Connection to database failed.
So its like this
#define SQL_IP "http://xo6.x10hosting.com"
#define SQL_NAME "******"
#define SQL_PASSWORD "*******"
#define SQL_DB "******"
#endif
#define SQL_TABLE "******"
Btw I'm sure that SQL_DB and SQL_TABLE, also SQL_NAME are correctly written, so as password. Its only the IP tho.
Thanks.
I'm having some trouble here, basically I am unable to connect to the SQL server using this "xo6.x10hosting.com". Am i doing anything wrong?
If so, then what IP should I use?
I also tried to add the IP in Remote Hosts which was "176.57.188.201" but the result still was same, server responds: Connection to database failed.
So its like this
#define SQL_IP "http://xo6.x10hosting.com"
#define SQL_NAME "******"
#define SQL_PASSWORD "*******"
#define SQL_DB "******"
#endif
#define SQL_TABLE "******"
Btw I'm sure that SQL_DB and SQL_TABLE, also SQL_NAME are correctly written, so as password. Its only the IP tho.
Thanks.
Last edited: