SA-MP Forums Archive
plugin mysql - 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: plugin mysql (/showthread.php?tid=378378)



plugin mysql - Inaro95 - 17.09.2012

Okay, the server on localhost (windows) and whizzes fired correctly as I have uploaded libmysql.dll to the root. Now I want to launch it on vps (linux), plug-ins, but I probably need libmysql.dll under linux. Author plugin mysql "MySQL plugin R6-2 successfully"

Quote:

----------
Loaded log file: server_log.txt.
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[17:38] filterscripts = (string)
[17:38]
[17:38] Server Plugins
[17:38] --------------
[17:38] Loading plugin: sscanf.so
[17:38]

[17:38] ===============================

[17:38] sscanf plugin loaded.

[17:38] © 2009 Alex ****** Cole

[17:38] ===============================

[17:38] Loaded.
[17:38] Loading plugin: streamer.so
[17:38]

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

[17:38] Loaded.
[17:38] Loading plugin: mysql.so
[17:38] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
[17:38] Loaded 2 plugins.

[17:38]
[17:38] Ban list
[17:38] --------
[17:38] Loaded: samp.ban
[17:38]
[17:38]
[17:38] Filterscripts
[17:38] ---------------
[17:38] Loaded 0 filterscripts.

[17:38] Script[gamemodes/kaos.amx]: Run time error 19: File or function is not found
[17:38] Number of vehicle models: 0
[17:38] Incoming connection: 83.31.56.40:55430
[17:38] [join] lol has joined the server (0:83.31.56.40)
[17:38] [part] lol has left the server (0:1)




AW: plugin mysql - Littl3j0hNy - 17.09.2012

You need to upload the 'libmysqlclient_r.so.15' to your root and not the .dll


Re: plugin mysql - Vince - 17.09.2012

I'm not an expert on Linux, but most likely you need to install mysql-client with whatever package retrieval system the OS uses (apt-get on Debian/Ubuntu).