Mysql Error using the Mysql 2.1.1 Plugin
#1

Code:
Public OnFilterScriptInit
{
 	Connection = mysql_init();
	mysql_connect(MYSQL_HOSTNAME, MYSQL_USERNAME, MYSQL_PASSWORD, MYSQL_DATABASE, Connection, 1);
	return true;
}
Gives me the following error's

Code:
error 017: undefined symbol "mysql_init"
warning 213: tag mismatch
warning 213: tag mismatch
warning 202: number of arguments does not match definition
On the following 2 lines:

Code:
 	Connection = mysql_init();
	mysql_connect(MYSQL_HOSTNAME, MYSQL_USERNAME, MYSQL_PASSWORD, MYSQL_DATABASE, Connection, 1);
Reply


Messages In This Thread
Mysql Error using the Mysql 2.1.1 Plugin - by yvoms - 31.05.2012, 10:11
Re: Mysql Error using the Mysql 2.1.1 Plugin - by SomebodyAndMe - 31.05.2012, 14:10
Re: Mysql Error using the Mysql 2.1.1 Plugin - by madoff - 07.06.2013, 22:48

Forum Jump:


Users browsing this thread: 2 Guest(s)