centos or debian - 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: centos or debian (
/showthread.php?tid=583845)
centos or debian -
PepsiCola23 - 31.07.2015
Hello guys,today i want to put my server on a linux host but i dont know what plugin to use.
i have 2 mysql plugins,centos7 and debian7.
In centos7 i have mysql.so and ._mysql.so
In debian7 i have mysql.so , ._mysql.so , ._.DS_Store , ._mysql_static.so , mysql_static.so , .DS_Store
how can i find out what plugin to use ? They are both r39-3
Re: centos or debian -
Vince - 31.07.2015
Find out what distribution it is, first. If you are on a shared host, ask them. Linux treats everything with a dot in front of it as a hidden file. Don't use those. Under normal circumstances you should use mysql.so, unless the system complains about libraries in which case you can use the static version.
Re: centos or debian -
PepsiCola23 - 01.08.2015
I tried to use static version,put it on server.cfg and did not work..should i put it in gamemode too?