12.08.2016, 06:37
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.
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.

