05-12-2009, 02:30 PM
|
#1 (permalink)
|
|
Membro - Aspirante
Registrado em: Oct 2009
Posts: 60
Agradecido 10 Vezes em 10 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Configuração Login e GameServer
amigos to com problema em ligar o login e o Game server...
Minha database e "l2jdb"
me ajudem em configurar o login e game server com a Database...
no login server ta assim...
# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Specify the appropriate driver and url for the database you're using.
# Examples:
# Driver = com.mysql.jdbc.Driver (default)
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver
# Database URL
# URL = jdbc:mysql://localhost/l2jdb (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jdb
# URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password =
URL = jdbc:mysql://localhost/l2jdb
# Database user info (default is "root" but it's not recommended)
Login = root
# Database connection password
e o meu game server ta assim..
# ---------------------------------------------------------------------------
# Database
# ---------------------------------------------------------------------------
# Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
Driver = com.mysql.jdbc.Driver
#Driver = org.hsqldb.jdbcDriver
#Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
URL = jdbc:mysql://localhost/l2jdb
#URL = jdbc:hsqldb:hsql://localhost/l2jdb
#URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password =
#Database user info (using root user is not recommended)
Login = root
Password = root
qual eu tento ligar o server aparece uma mensagem dizendo que e para eu clicar em qualquer tecla para continuar e quando eu clico o Login e o Game server se fecham....
o que pode estar errado...
|
|
|