SA-MP Forums Archive
LIBMYSQL.dll error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: LIBMYSQL.dll error (/showthread.php?tid=610424)



LIBMYSQL.dll error - xXtremeXx - 23.06.2016

I'm trying to compile a script but I'm getting this error:-
"The program can't start because LIBMYSQL.dll is missing from your computer. Try reinstalling the program to fix this problem"
Kindly someone tell me how to fix it?


Re: LIBMYSQL.dll error - Vince - 23.06.2016

The plugin normally comes with a copy of the file that you can use. Otherwise, you can get it from here: http://dev.mysql.com/downloads/connector/c/. The DLL must be in the root server directory. Not in the plugins directory.


Re: LIBMYSQL.dll error - oktokt1 - 23.06.2016

Just Download LIBMYSQL.dll and put it into ur server folder. Not into GameMode folder just near it. and try again.then tell me if it working.

U can download it from here : http://www.opendll.com/index.php?fil...32bit&version=


Re: LIBMYSQL.dll error - Vince - 24.06.2016

I wonder if you'd say the same if it was called libmysql.exe. For some reason people are weary of downloading random .exe files from shady sites, but .dll files are somehow fine, even though they're essentially the same. They both contain compiled executable code and the only difference is that an .exe gets invoked directly while a .dll gets invoked through a host program. Hypothetically, if I'd write a DLL that says "on load, delete system 32" and name it "libmysql.dll" you'd probably just a happily use it.

Bottom line: never download single DLL files from shady sites, however tempting that may sound.