Another BlueG MySQL Question
#1

I'm Using BlueG's MySQL plugin R7 and newer (with cache) this thread: https://sampforum.blast.hk/showthread.php?tid=337810

and I've developed it on my gamemode on windows OS

now I am migrating it to my CentOS Server

so i downloaded all .so plugin
I noticed that it has the following plugin

mysql.so (600kb)
mysql_5.5.so (565kb)
mysql_static.so (4mb)


My Question is which one of them should I use on my server?

Thanks
Reply
#2

Use mysql.so
If it gives some error like "libmysql_xxx.so is missing". Then try installing libmysql it should fix it but if you cannot fix it, then use mysql_static.so it is compiled with libmysql included in it and thus it doesn't need libmysql and hence its size is x7 times of other plugin files that you see.
Reply
#3

so you mean its advisable to use mysql_static?
Reply
#4

The static version has the required libraries embedded within. The advantage is that the plugin will always work with those embedded libraries, the disadvantage is that these libraries can't be updated in case of bugs or security flaws. If the correct libraries are already installed on the system then you should just use the normal version of the plugin.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)