Page 1 of 1

SQL Installer?

Posted: Sun Apr 26, 2015 5:00 am
by orophix
Anyone know if there is an sql installer in the latest Hi5 revision? Can't seem to find anything if you compile the master

Re: SQL Installer?

Posted: Sun May 03, 2015 11:55 am
by HorridoJoho
Hello orophix,

you should find both database installers in the tools folder(Database_Installer_GS.jar & Database_Installer_LS.jar). On Windows you should be able to double click the .jar files to start the database installers. If you are working on a command line only ui you have to run java manually with the jar and main class specified. java -cp Database_Installer_?S.jar com.l2jserver.tools.dbinstaller.Launcher?S

Make sure you unpacked the datapack and the server into the same directory so you have the sql and tools folders as siblings.