Jump to content
  • 0

Error With Loginserver Console


Question

Posted (edited)

hey guys i have a problem running loginserver console. here is an image of the error:

Untitled.jpg

ps i have loginserver database in navicat for mysql.

Edited by Rio

9 answers to this question

Recommended Posts

  • 0
Posted

Actually, you don't have a "loginserver" database, you don't have a "gameserver" database as well... you have two navicate connections (one called "loginserver", and another called "gameserver")!  :lol:

omg that was soo noobish. thnx guys for your response problem solved.

  • 0
Posted (edited)

Actually i know how to install it properly but to get sure i reinstalled it many times but it still gives me errors. 
Here is a image of navicat:


Untitled.jpg


And the loginserver confings.
 

# If False, the licence (after the login) will not be shown

# It is highly recomended for Account Seciurity to leave this option as defalut (True)
ShowLicence = True
 
# Database Pool Type
# Possible Values: c3p0 or BoneCP
# c3p0: more stable
# BoneCP: more performance
DatabasePoolType = c3p0
 
# Database info
Driver = com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
 
# Database Settings
URL = jdbc:mysql://localhost/loginserver
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
 
# Parameters Databases - MYSQL
# Login - Mysql's user
Login = root
# Password - Mysql's Password
Password = 
# maximum number of simultaneous connecting to the database
MaximumDbConnections = 50
 
# Default: 0
MaximumDbIdleTime = 0
 
Edited by Rio
  • 0
Posted (edited)

Actually, you don't have a "loginserver" database, you don't have a "gameserver" database as well... you have two navicate connections (one called "loginserver", and another called "gameserver")!  :lol:

Edited by Tessa
Guest
This topic is now closed to further replies.


×
×
  • Create New...