SA-MP Forums Archive
Problem with LIBMYSQL.DLL - 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: Problem with LIBMYSQL.DLL (/showthread.php?tid=311878)



[SOLVED]Problem with LIBMYSQL.DLL - Steeve_Smith - 18.01.2012

Hey there!

Ok so, I got a problem while launching my SAMP server. I put the mysql.dll file in /plugins and the libmysql.dll in the root folder of my server.

But when I'm launching the server, I can see this (which I normally shouldn't).



Translation: The point of entry of the procedure mysql_set_character_set is unfoundable in the library of dynamic links LIBMYSQL.dll. (sorry for the bad translation, I'm not used for this kind of translation D.

The libmysql.dll file isn't in System32 nor SysWOW64.

I also tried to re-install WAMP, to replace the libmysql.dll file with a new one, and to reboot the comp.

So does anybody know how to fix this please?

-----------------------------------------------------EDIT------------------------------------------------------

The message doesn't show up anymore, but there is the line:

[20:58:51] Server Plugins
[20:58:51] --------------
[20:58:51] Loading plugin: mysql
[20:58:51] Failed.
[20:58:51] Loaded 0 plugins.


Re: Problem with LIBMYSQL.DLL - DiDok - 18.01.2012

You must put the libmysql.dll in system32 folder


Re : Problem with LIBMYSQL.DLL - Steeve_Smith - 18.01.2012

Yup, just did it. I put it in system32 and SysWOW64, but I'm still getting:

[20:58:51] Server Plugins
[20:58:51] --------------
[20:58:51] Loading plugin: mysql
[20:58:51] Failed.
[20:58:51] Loaded 0 plugins.

Dunno what's the problem with that, I did all correctly :/


Re: Re : Problem with LIBMYSQL.DLL - JiHost - 18.01.2012

Quote:
Originally Posted by Steeve_Smith
Посмотреть сообщение
Yup, just did it. I put it in system32 and SysWOW64, but I'm still getting:

[20:58:51] Server Plugins
[20:58:51] --------------
[20:58:51] Loading plugin: mysql
[20:58:51] Failed.
[20:58:51] Loaded 0 plugins.

Dunno what's the problem with that, I did all correctly :/
Make sure it's mysql.dll in server.cfg.


Re : Re: Re : Problem with LIBMYSQL.DLL - Steeve_Smith - 18.01.2012

Quote:
Originally Posted by JiHost
Посмотреть сообщение
Make sure it's mysql.dll in server.cfg.
[21:29:53]
[21:29:53] Server Plugins
[21:29:53] --------------
[21:29:53] Loading plugin: mysql.dll
[21:29:53] Failed.
[21:29:53] Loaded 0 plugins.

I don't get it :/


Re: Problem with LIBMYSQL.DLL - DiDok - 18.01.2012

Maybe you're using outdated/incompatible version of the plugin?


Re : Problem with LIBMYSQL.DLL - Steeve_Smith - 18.01.2012

OK. It wasn't outdated, but didn't have G-Stylez "libmysql.dll". Just had one downloaded from the internet.

It works now.

Thank you guys for responding, +1 rep


Re: Problem with LIBMYSQL.DLL - Kalel - 09.08.2013

Hello,

I've the same problem. Have people found a solution to resolve the problem ?

I precise that I have already copyied libmysql.dll in System32 and in the folder where there is samp_server.exe. I have too installed mysql entreprise edition and reinstalled WAMP.