Mysql Plugin
#1

Hello !

I have this code:

Код:
forward ConnectMysql();
public ConnectMysql()
{
	mysql_connect("my_host", "my_username", "my_dbname", "my_password");

    if(mysql_ping() == 1)
    {
    	mysql_debug(1);
	    printf("[MYSQL] : Connexion sucessfull !");
	}
	else
	{
	    printf("[MYSQL][ERROR] : ERROR !");
	}
	return 1;
}
I use ConnectMysql(); In the OnGameModeInit.

I have the mysql plugin, the bookseller a_mysql.inc and Mysql, and I have no error in the code.

I checked the login in PHP and they are correct.

When I launch my. Exe, I have the error message ...

Can you help me please ?

Thanks !
Reply


Messages In This Thread
Mysql Plugin - by Urefeu - 13.08.2011, 13:43
Re : Mysql Plugin - by Urefeu - 13.08.2011, 17:13
Re : Mysql Plugin - by Urefeu - 14.08.2011, 08:21
Re: Mysql Plugin - by Tigerkiller - 14.08.2011, 09:59
Re : Mysql Plugin - by Urefeu - 14.08.2011, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)