Jump to content
  • 0

[HELP] Error after starting RegisterGameServer.bat


Question

Posted

When i try to load RegisterGameServer.bat in the console i get this error:

 

FATAL: Failed loading GameServerTable. Reason: Unknown database 'acis'

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'acis'

 

The error is bigger, but this is the main reason, I think... So how should i fix it? I've searched everywhere but i can't find anything. If this kind of topic has been created before, please link it to me :)

7 answers to this question

Recommended Posts

  • 0
Posted

If you would read the error it is giving you then you would know the answer. It is say the database 'acis" does not exist, so think for a moment...

 

"Why is it telling me that 'acis' is an unknown database?"

 

The answer is simple, the database does not exist and needs to be created. So in short you need to open MySQL and create the database 'acis" and run the SQL installer before you can do anything.

 

There are multiple guides on how to set up and configure an L2j based server. :)

  • 0
Posted

I already have a database, which is named l2jdb, but it says "unknown database 'acis'"... I think there is a place where i could change one word from acis to l2jdb and the problem would be solved, but i don't know where... Help :/

 

  • 0
Posted

I already have a database, which is named l2jdb, but it says "unknown database 'acis'"... I think there is a place where i could change one word from acis to l2jdb and the problem would be solved, but i don't know where... Help :/

 

Because your login/game server has database "acis", change it to "l2jdb".

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..