SA-MP Forums Archive
MySQL Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MySQL Problem (/showthread.php?tid=611758)



MySQL Problem - Decurse - 10.07.2016

Hi - Today want to start my server and get this error in my serverlog

[05:00:05] Error: Function not registered: 'mysql_tquery'
[05:00:05] Error: Function not registered: 'cache_get_row_count'
[05:00:05] Error: Function not registered: 'cache_get_row'
[05:00:05] Error: Function not registered: 'cache_get_row_int'
[05:00:05] Error: Function not registered: 'cache_get_row_float'
[05:00:05] Error: Function not registered: 'mysql_log'
[05:00:05] Error: Function not registered: 'mysql_escape_string'
[05:00:05] Error: Function not registered: 'mysql_query'
[05:00:05] Error: Function not registered: 'cache_delete'
[05:00:05] Error: Function not registered: 'mysql_connect'
[05:00:05] Error: Function not registered: 'mysql_errno'
[05:00:05] Error: Function not registered: 'cache_insert_id'
[05:00:05] Error: Function not registered: 'mysql_close'
[05:00:05]



How i can fix it ?
i have mysql R34


Re: MySQL Problem - hery6 - 10.07.2016

Your mysql plugin might have some problems. Are you using the same version as it is compiled with? What Os are you running btw?


Re: MySQL Problem - Decurse - 10.07.2016

Yes Same Version
Windows Running


Re: MySQL Problem - hery6 - 10.07.2016

Try getting the latest mysql include and compile your script with that then use the same version plugin


Re: MySQL Problem - Decurse - 10.07.2016

i Have latest Version !


Re: MySQL Problem - hery6 - 10.07.2016

Oh, lol. Try using the mysql_static plugin. You can find that here: https://sampforum.blast.hk/showthread.php?tid=122983


Re: MySQL Problem - Decurse - 10.07.2016

WoW ... Doesnt Work !


Re: MySQL Problem - hery6 - 10.07.2016

Can I see more of the server_log.txt and the mysql_log.txt?


Re: MySQL Problem - Decurse - 10.07.2016

http://pastebin.com/4SHAB30f = Server_Log
http://pastebin.com/4bWxCFfL = Server.CFG


Re: MySQL Problem - Konstantinos - 10.07.2016

http://forum.sa-mp.com/showpost.php?...87&postcount=9

You loaded the plugin and removed the second mysql plugin as I told you but you still didn't move nativechecker last in plugins line (server.cfg). The messages you get about not registered functions are simply false and I explained why in the post linked above. The server has started and since you don't get a run time error 19, everything is fine.

You will also need to re-compile ALL the scripts that use streamer with the same include version (v2.8) or better yet update streamer to v2.8.2 and mysql to R39-5 to be up-to-date.


Re: MySQL Problem - Barnwell - 10.07.2016

Upload the latest include of MySQL R34
The problem is not from the plugin.


Re: MySQL Problem - Decurse - 10.07.2016

Konstantios So Thanks
Worked <3
So Thanks <3
+ 1 Rep <3