SA-MP Forums Archive
mysql error please help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql error please help! (/showthread.php?tid=417871)



mysql error please help! - Yves - 22.02.2013

Hello today am trying to start this up but for some random reason am getting errors of the mysql i cant seem to find out what it is or what i am misisng i am using sampmysql or mysql whatever it is called here there are down below




Код:
[22:39:10]    Error: Function not registered: 'mysql_query'
[22:39:10]    Error: Function not registered: 'mysql_store_result'
[22:39:10]    Error: Function not registered: 'mysql_num_rows'
[22:39:10]    Error: Function not registered: 'mysql_fetch_field'
[22:39:10]    Error: Function not registered: 'mysql_free_result'
[22:39:10]    Error: Function not registered: 'mysql_real_escape_string'
[22:39:10]    Error: Function not registered: 'mysql_close'
[22:39:10]    Error: Function not registered: 'mysql_fetch_row'
[22:39:10]    Error: Function not registered: 'mysql_fetch_int'
[22:39:10]    Error: Function not registered: 'mysql_init'
[22:39:10]    Error: Function not registered: 'mysql_connect'
[22:39:10]    Error: Function not registered: 'mysql_ping'



Re: mysql error please help! - Skribblez - 22.02.2013

Make sure that you have included that plugin and actually exists in your plugins folder.
pawn Код:
#include <sampmysql>



Re: mysql error please help! - Yves - 22.02.2013

okay will try it now


Re: mysql error please help! - Yves - 22.02.2013

when i did this it worked but the errors are still there and when i type my password in it kicks me out of the server


Re: mysql error please help! - Scrillex - 22.02.2013

°Umm did you made database?


Re: mysql error please help! - Yves - 22.02.2013

yea yea


Re: mysql error please help! - Scrillex - 22.02.2013

So you are using maybe another plugin like mysql plugin r7? And please show OnPlayerLogin and server log.