SA-MP Forums Archive
MYSQL R39-3 LINUX - 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 R39-3 LINUX (/showthread.php?tid=577254)



MYSQL R39-3 LINUX - ilepopivanov - 10.06.2015

I download this file but I don't know what to put in plugins and what in server folder. In windows i put mysql.dll in plugins and libmysql.dll in server folder. Now I can only see mysql.so but I can't see libmysql.so :/


Re: MYSQL R39-3 LINUX - Vince - 10.06.2015

libmysql is not a plugin, but a common library which is part of the MySQL connector for C++.


Re: MYSQL R39-3 LINUX - ilepopivanov - 10.06.2015

And I don't need him in linux?


Re: MYSQL R39-3 LINUX - ilepopivanov - 10.06.2015

PHP код:
[06:42:29]  Loading pluginmysql.so
[06:42:29]   Failed (libmysqlclient.so.18cannot open shared object fileNo such file or directory
Please help me :/


Re: MYSQL R39-3 LINUX - DetoNater - 21.06.2016

sorry to bump, having the same issue.....


Re: MYSQL R39-3 LINUX - d1git - 21.06.2016

Load the static plugin.

Код:
mysql_static.so



Re: MYSQL R39-3 LINUX - DetoNater - 21.06.2016

thank you so much it worked!