Page 1 of 1

Database Installer Issues (Not Applying)

Posted: Mon Jul 13, 2015 2:35 am
by BlazeHoliday
When I use the Database_Installer both for GS and LS I get the pop up for
Host: localhost (I've also tried 127.0.0.1)
Port: 3306
Username: root
Password:
Database: l2jgs (or l2jls depending on which installer I'm using)

I click Connect and the next pop up as me to Select Installation Type.
I click Full Install.

Next pop up asks; "Do you really want to destroy your db?"
Yes.

Almost instantly I get the last pop up which says:
Database Installation Complete!
I click OK.

Now the problem is although I have a new database l2jgs, and l2jls there are nothing in them.
No tables nothing.

I remember the old installer back in the day and it took a few mins to load up all the .sql files if I recall correctly.

Any help would be appreciated!

Using Java JDK 8u45 x64
MySQL 5.5.44 x64
Navicat for MySQL 8.0.29
Eclipse Mars x64

I have no issues with the git repository or with the build for that matter. Just those darn Database_Installers

Re: Database Installer Issues (Not Applying)

Posted: Mon Jul 13, 2015 3:04 am
by Zoey76
Update to at least MySQL 5.6.x and test again.

Also try setting up a password.

Re: Database Installer Issues (Not Applying)

Posted: Tue Jul 14, 2015 10:25 pm
by BlazeHoliday
I'm such an idiot. Maybe next time I make sure I have all files in the proper folders before trying to build a database.

I didn't have server/datapack both extracted in the same folder. It was adding "nothing" cause I wasn't providing the entire package.

/solved