Unable to start mysql plugin - 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: Unable to start mysql plugin (
/showthread.php?tid=663009)
Unable to start mysql plugin -
StRaphael - 18.01.2019
Hello, so yesterday I have updated my gamemode from
MySQL r34 to
MySQL r41. When I try to start the server, with the updated plugin of course, the plugin won't load anymore(Loading plugin: mysql Failed.)(R34 works fine).
My question is why? I tried on CentOS 7 and windows(10), but both have the same problem.
Any solution? Thanks
Re: Unable to start mysql plugin -
ch1ps - 18.01.2019
CentOS is really bad for samp servers, try ubuntu or debain.
Re: Unable to start mysql plugin -
StRaphael - 19.01.2019
Quote:
Originally Posted by ch1ps
CentOS is really bad for samp servers, try ubuntu or debain.
|
Ok, but on windows why it doesn't work? I need to test my new versions somewhere...
Re: Unable to start mysql plugin -
StRaphael - 19.01.2019
I also have Microsoft Visual C++ Redistributable 2015 x86 bit installed on my computer
Re: Unable to start mysql plugin -
StRaphael - 19.01.2019
Nevermind, I had to install libmysqlclient.so.18 on CentOS and put the dlls files in the root folder of server on windows from the mysql archive.
Problem solved