02.07.2015, 23:06
Quote:
OK seems like mysql doesn't want to connect to DB , I've setup a DB but the GM says it couldn't connect even though the details are correctly written
#define MYSQL_HOST "localhost" #define MYSQL_USER "hidden" #define MYSQL_UPASS "hidden" #define MYSQL_DB "hidden" It's localhost because it's on the VPS itself , any clue why it won't connect to the DB? |