MySQL Login/Register error
#1

Hi!

I get this error,when I tried making a user system with this tutorial: https://sampforum.blast.hk/showthread.php?tid=160971

error 017: undefined symbol "mysql_ping"
Код:
stock CheckMySQL()
{
	if(mysql_ping() == -1)
	{
		mysql_connect(SQL_HOST, SQL_USER, SQL_DATA, SQL_PASS);
	}
}
And for every mysql_query: error 035: argument type mismatch (argument 1)
Код:
	new string[128];
	format(string, sizeof(string), "SELECT * FROM Jatekosok WHERE Nev = '%s'", account);
	mysql_query(string);
Pls help me,thanks for your further help.
Reply
#2

Are you sure you are using (and have implemented) the right mysql plugin and compiled it with the newest includes?
Reply
#3

a_mysql.inc is not the correct version. mysql_ping was removed so you'll need to downgrade to R6 but I'll recommend you to use threaded queries (R7-R34).

A tutorial about threaded queries can be found: https://sampforum.blast.hk/showthread.php?tid=337810
Reply
#4

Is there a tutorial for the newest mysql? I am newbie with mysql Or is it a big problem to go back to older versions?
Reply
#5

tutoriaql for Using blueG's MySQL plugin:
https://sampforum.blast.hk/showthread.php?tid=337810
Reply
#6

Could you write me a sample which can be used to load/save a lot of variables? (100+)
Thanks
Reply
#7

I downgraded my mysql,and it's working.I created the loader section,but after the 111th variable it gives these error:
Quote:

D:\SAMP\gamemodes\loginommysql.pwn(21549) : error 033: array must be indexed (variable "MotelSzobaban")
D:\SAMP\gamemodes\loginommysql.pwn(2155 : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21559) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21560) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21561) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21562) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21563) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21564) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21565) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21566) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21567) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(2156 : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21569) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21570) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21571) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21572) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21573) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21574) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21575) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21576) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21577) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(2157 : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21579) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21580) : warning 213: tag mismatch
D:\SAMP\gamemodes\loginommysql.pwn(21581) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

http://pastebin.com/DW1R9fZF
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)