Remove MySQL From server gamemode. - 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: Remove MySQL From server gamemode. (
/showthread.php?tid=419560)
Remove MySQL From server gamemode. -
HUYA - 01.03.2013
Hey guys i find a gamemode that with a MySQL, Now i need install XXAMP To run this server,
so how can i remove the mysql from the gamemode and run the server without XXAMP?
thanks
Re: Remove MySQL From server gamemode. -
GiamPy. - 01.03.2013
You have to convert the gamemode into another saving method, Y_INI for example.
Re: Remove MySQL From server gamemode. -
Jstylezzz - 01.03.2013
You have to change the saving system to Y_INI or something, just replace the mysql loading and saving parts for Y_INI loading and saving parts.
Re: Remove MySQL From server gamemode. -
Vince - 01.03.2013
If that mode relies heavily on SQL - ordering, for example - then it will be near impossible to convert to a file based system without losing lots of performance. May I suggest SQLite?
Though, you can also just download MySQL as a standalone package from here:
http://www.mysql.com/downloads/installer/
Comes with MySQL Workbench, so you have a GUI as well.