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



MySQL problem - ZaBraNjeNi - 27.01.2016

#FIXED


Re: MySQL problem - Dokins - 27.01.2016

Get libmysql.so and put it in your game directory.


Re: MySQL problem - KillerDVX - 27.01.2016

Is your server's hosted?


Re: MySQL problem - ZaBraNjeNi - 27.01.2016

Quote:
Originally Posted by Dokins
Посмотреть сообщение
Get libmysql.so and put it in your game directory.
Downloaded and still the same.

Quote:
Originally Posted by KillerDVX
Посмотреть сообщение
Is your server's hosted?
Yes.


Re: MySQL problem - KillerDVX - 27.01.2016

In this case, use the following commands:

Quote:

yum install gcc
yum install gpp
yum install mysql

Quote:

cd /usr/lib ; wget http://mow.vg/files/libmysqlclient.so.15 ; cp libmysqlclient.so.15 hlibmysqlclient_.so.15