Mysql - 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 (
/showthread.php?tid=565713)
Mysql -
Alex_T - 01.03.2015
Hello I updated my server from BlueG's Mysql plugin R7 to R39-2 and now my server is no longer connecting to the mysql.
Anyone got any ideas why?
Edit: I found out why.
I need this due to I run multiple scripts
enable_mutex(false);
Except with latest version of the mysql version that is removed. So I added it in the native to the script. Now the server is saying: Run time error 19.
Re: Mysql -
Alex_T - 01.03.2015
bump
Re: Mysql -
Vince - 01.03.2015
You cannot simply replace the plugin and expect it to work. Those two versions have completely different syntax and work in completely different ways.