Registration Problem [MySQL]
#4

OnGameModeInit, after connecting mysql do:
pawn Код:
//
    if(mysql_ping() == 1)
    {
        mysql_debug(1);
        printf("[MYSQL] Connection with the database: SUCCESS!");
    }
    else
    {
        printf("[MYSQL] Connection with the database: FAIL!");
    }
And take a look in your server console, does it connect?

And dude, hash your passwords! People trust you, and you just can watch their passwords whenever you want?
Reply


Messages In This Thread
Registration Problem [MySQL] - by Littlehelper - 26.07.2012, 18:47
Re: Registration Problem [MySQL] - by Misiur - 26.07.2012, 19:09
Re: Registration Problem [MySQL] - by Littlehelper - 26.07.2012, 19:14
Re: Registration Problem [MySQL] - by Dan. - 26.07.2012, 19:15
Re: Registration Problem [MySQL] - by FireCat - 26.07.2012, 19:16
Re: Registration Problem [MySQL] - by Littlehelper - 27.07.2012, 13:09
Re: Registration Problem [MySQL] - by FireCat - 27.07.2012, 13:24

Forum Jump:


Users browsing this thread: 1 Guest(s)