SA-MP Forums Archive
mysql plugin can't be loaded - 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 plugin can't be loaded (/showthread.php?tid=476502)



mysql plugin can't be loaded - Marusa - 18.11.2013

hi, I am using blueg mysql pugin, but when I try load it, I can't :
Код:
[20:10:05]  Loading plugin: mysql
[20:10:05]   Failed.
[20:10:05]  Loaded 0 plugins.
here is server.cfg line plugins

Код:
plugins mysql
it was work propertly on old system


Re: mysql plugin can't be loaded - -Prodigy- - 18.11.2013

If using linux, use:
pawn Код:
plugins mysql.so



Re: mysql plugin can't be loaded - Marusa - 18.11.2013

nope, I am using windows (7, 64 bit)


Re: mysql plugin can't be loaded - Konstantinos - 18.11.2013

Do you have libmysql.dll to the main folder?


Re: mysql plugin can't be loaded - Marusa - 18.11.2013

yes i have


Re: mysql plugin can't be loaded - Makaak - 18.11.2013

You need to add libmysql.dll file there folder where is your samp-server server.cfg file and another. Or update your mysql plugin?


Re: mysql plugin can't be loaded - ikkentim - 18.11.2013

I'm not sure and guessing; but are you maybe missing a required library, like a vc redistributable? You may want to check that out.

Once again, I am just guessing, I've never had this issue.


Re: mysql plugin can't be loaded - Marusa - 19.11.2013

I have library in root folder, and I have last release of mysql plugin and there was a problem. Other plugins load propertly :S