SA-MP Forums Archive
MySQL Server UnKnown - 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 Server UnKnown (/showthread.php?tid=584021)



MySQL Server UnKnown - SkilletKiller - 01.08.2015

Hello I am trying to run a server but perhaps it says this in the server log

PHP код:

----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[22:39:40filterscripts ""  (string)
[
22:39:40
[
22:39:40Server Plugins
[22:39:40] --------------
[
22:39:40]  Loading pluginmysql.so
[22:39:40]   Failed (libmysqlclient_r.so.15cannot open shared object fileNo such file or directory)
[
22:39:40]  Loading pluginstreamer.so
[22:39:40
*** 
Streamer Plugin v2.6.1 by Incognito loaded ***
[
22:39:40]   Loaded.
[
22:39:40]  Loading pluginsscanf.so
[22:39:40
[
22:39:40]  ===============================
[
22:39:40]       sscanf plugin loaded.     
[
22:39:40]    (c2009 Alex "******" Cole
[22:39:40]    0.3d-R2 500 Players "dnee"
[22:39:40]  ===============================
[
22:39:40]   Loaded.
[
22:39:40]  Loading plugindc_cmd.so
[22:39:40]   Daniel's CMD plugin v2.8
[22:39:40]     © 2014 Daniel_Cortez
[22:39:40]     www.pro-pawn.ru
[22:39:40]   Loaded.
[22:39:40]  Loaded 3 plugins.
[22:39:40] 
[22:39:40] Filterscripts
[22:39:40] ---------------
[22:39:40]   Loaded 0 filterscripts.
[22:39:41] Script[gamemodes/arizona.amx]: Run time error 19: "File or function is not found"
[22:39:41] Number of vehicle models: 0 
Any ideas how to fix this? Thanks!


Re: MySQL Server UnKnown - TD3Jay - 01.08.2015

I had the same issue, are you running it on a server you bought? if so then do you know if its a linux or not?

Your server doesnt have the libraries it needs for the mysql plugin, so if you can install libraries on your server do so or you can do a simple fix which i used, which was downloading the static version of the mysql plugin, which is exactly the same just a bigger file type. But this is if you can not install the libraries, or you have trouble doing so.

Just replace your current mysql.so and mysql include for these.
https://code.******.com/p/sa-mp-mysq...c.tar&can=1&q=

BTW the download link is not mine, but its the one i used so i can sorta tell you its safe to use.


Re: MySQL Server UnKnown - SkilletKiller - 02.08.2015

Quote:
Originally Posted by TD3Jay
Посмотреть сообщение
I had the same issue, are you running it on a server you bought? if so then do you know if its a linux or not?

Your server doesnt have the libraries it needs for the mysql plugin, so if you can install libraries on your server do so or you can do a simple fix which i used, which was downloading the static version of the mysql plugin, which is exactly the same just a bigger file type. But this is if you can not install the libraries, or you have trouble doing so.

Just replace your current mysql.so and mysql include for these.
https://code.******.com/p/sa-mp-mysq...c.tar&can=1&q=

BTW the download link is not mine, but its the one i used so i can sorta tell you its safe to use.
Yes you are correct I am using bought server but I have another problem now because this mysql gamemode that I am using is running on MySQLR5 but when I used MySQLR5 static my gamemode was not loading but mysql version was correct and the link that you gave me I put that mysql static into my plugins and includes and it tells me this and Gamemode is unknown here

PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[13:00:30filterscripts ""  (string)
[
13:00:30
[
13:00:30Server Plugins
[13:00:30] --------------
[
13:00:30]  Loading pluginstreamer.so
[13:00:30
*** 
Streamer Plugin v2.6.1 by Incognito loaded ***
[
13:00:30]   Loaded.
[
13:00:30]  Loading pluginsscanf.so
[13:00:30
[
13:00:30]  ===============================
[
13:00:30]       sscanf plugin loaded.     
[
13:00:30]          Version:  2.8.1        
[13:00:30]    (c2012 Alex "******" Cole  
[13:00:30]  ===============================
[
13:00:30]   Loaded.
[
13:00:30]  Loading plugindc_cmd.so
[13:00:30]   Daniel's CMD plugin v2.8
[13:00:30]     © 2014 Daniel_Cortez
[13:00:30]     www.pro-pawn.ru
[13:00:30]   Loaded.
[13:00:30]  Loading plugin: mysql.so
[13:00:30] plugin.mysql: Version R8 (revision 14) successfully loaded.
[13:00:30]   Loaded.
[13:00:30]  Loaded 4 plugins.
[13:00:31] 
[13:00:31] Filterscripts
[13:00:31] ---------------
[13:00:31]   Loaded 0 filterscripts.
[13:00:31] Script[gamemodes/arizona.amx]: Run time error 19: "File or function is not found"
[13:00:31] Number of vehicle models: 0 



Re: MySQL Server UnKnown - Alex Magaсa - 02.08.2015

The plugin you use is unsupported & outdated.
Update your mysql plugin with latest one and re-run the server.
The other error it means you need to upload libraries into VPS(if you own one),otherwise if its game server contact your host site by opening a "support ticket".