MySQL Error
#1

I got an error after I updated to new MySQL plugin. How do I fix this?

undefined symbol "mysql_ping"

Код:
stock ConnectMySQL()
{
	dbHandle = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
	mysql_debug(1);
	if(mysql_ping() == -1)
	{
	    printf("Failed to connect to MySQL !");
	} else {
		printf("Connected to MySQL !");
	}
	return 1;
}
Reply


Messages In This Thread
MySQL Error - by Jennifer - 29.10.2014, 19:20
Re: MySQL Error - by nemesis- - 29.10.2014, 19:52
Re: MySQL Error - by Jennifer - 29.10.2014, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)