SA-MP Forums Archive
Mysql functions error on running server - 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 functions error on running server (/showthread.php?tid=541270)



Mysql functions error on running server - EgyptForLife - 10.10.2014

Hi SA:MP scripters and players,
well i have this problem. When I run my server I get these errors :
Код:
SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[00:55:08] filterscripts = ""  (string)
[00:55:08] 
[00:55:08] Server Plugins
[00:55:08] --------------
[00:55:08]  Loading plugin: mysql.dll
[00:55:09]  >> plugin.mysql: R39-2 successfully loaded.
[00:55:09]   Loaded.
[00:55:09]  Loading plugin: sscanf.dll
[00:55:09] 

[00:55:09]  ===============================

[00:55:09]       sscanf plugin loaded.     

[00:55:09]          Version:  2.8.1        

[00:55:09]    © 2012 Alex "******" Cole  

[00:55:09]  ===============================

[00:55:09]   Loaded.
[00:55:09]  Loading plugin: streamer.dll
[00:55:09] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[00:55:09]   Loaded.
[00:55:09]  Loading plugin: nativechecker.dll
[00:55:09]   Loaded.
[00:55:09]  Loaded 4 plugins.

[00:55:09] 
[00:55:09] Ban list
[00:55:09] --------
[00:55:09]  Loaded: samp.ban
[00:55:09] 
[00:55:09] 
[00:55:09] Filterscripts
[00:55:09] ---------------
[00:55:09]   Loaded 0 filterscripts.

[00:55:09]    Error: Function not registered: 'mysql_store_result'
[00:55:09]    Error: Function not registered: 'mysql_fetch_row_format'
[00:55:09]    Error: Function not registered: 'mysql_ping'
[00:55:09]    Error: Function not registered: 'mysql_real_escape_string'
[00:55:09]    Error: Function not registered: 'mysql_num_rows'
[00:55:09]    Error: Function not registered: 'mysql_fetch_field_row'
[00:55:09]    Error: Function not registered: 'mysql_free_result'
[00:55:09]    Error: Function not registered: 'mysql_retrieve_row'
[00:55:09] Script[gamemodes/RPG2.amx]: Run time error 19: "File or function is not found"
[00:55:09] Number of vehicle models: 0
Can anyone help me plz ?


Re: Mysql functions error on running server - Chenko - 10.10.2014

Make sure you are using the correct mysql version and you update your mysql include that you use to compile the script.


Re: Mysql functions error on running server - EgyptForLife - 10.10.2014

Quote:
Originally Posted by Chenko
Посмотреть сообщение
Make sure you are using the correct mysql version and you update your mysql include that you use to compile the script.
Still the same ....