06.01.2015, 01:27
I'm currently facing the bug that I've never faced before.
#define SQL_HOST "127.0.0.1"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "database"
is my DB connect information. But for some reason gamemode works completely fine and was working fine until last night.
So when I register in-game (The account gets saved) I don't know where but it does. But it doesnt get saved in my localhost but some other database.
Because when I relog ig says my account is registered and asks me to login.
Anyone has faced this type of situation? if so please assist me. Thank you.
#define SQL_HOST "127.0.0.1"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "database"
is my DB connect information. But for some reason gamemode works completely fine and was working fine until last night.
So when I register in-game (The account gets saved) I don't know where but it does. But it doesnt get saved in my localhost but some other database.
Because when I relog ig says my account is registered and asks me to login.
Anyone has faced this type of situation? if so please assist me. Thank you.