SA-MP Forums Archive
libmysql problem - 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: libmysql problem (/showthread.php?tid=426274)



deletet - daniscape - 28.03.2013

< delete >


Re: need help please! - daniscape - 29.03.2013

<removed>


Re: need help please! - DobbysGamertag - 29.03.2013

Have you tried the "One Click Mod Installer"? it should be available on you server dashboard


Re: need help please! - Konstantinos - 29.03.2013

Quote:
Originally Posted by daniscape
Посмотреть сообщение
I have converted all to .so etc..
But i have one problem libmysql.dll how can i replace that?
"converted"? You mustn't convert a .dll file to .so but download the original from the MySQL's thread. Since it's a host, they allow you to choose plugin(s) and the other file is not needed to the Linux, I think.

Quote:
Originally Posted by BlueG
Посмотреть сообщение
How to install:


Move mysql.dll (windows) or mysql.so (linux) to your 'plugins/' directory. On windows you'll have to download the mysql library (libmysql.dll, see downloads) and move it to your main server directory. The server configuration (server.cfg) has to be edited aswell.
  • Windows
    Код:
    plugins mysql
  • Linux
    Код:
    plugins mysql.so



Re: need help please! - daniscape - 29.03.2013

<removed>