Remove MySQL From server gamemode.
#1

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
Reply
#2

You have to convert the gamemode into another saving method, Y_INI for example.
Reply
#3

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.
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)