Выдаёт вот такое
//-------------------------------------
Starting L2J server.
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.0 [built 08-└туєёЄ-2005 15:47:30 +0400; debug? false; trac
e: 5]
Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource
99681b [ conn
ectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
148a
a23 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 10
00, autoCommitOnClose -> true, automaticTestTable -> null, breakAfterAcquireFail
ure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.
c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnre
solvedTransactions -> false, identityToken -> 148aa23, idleConnectionTestPeriod
-> 0, initialPoolSize -> 1, maxIdleTime -> 0, maxPoolSize -> 50, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 1, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource
1c6f579 [ description -> null, driverC
lass -> null, factoryClassLocation -> null, identityToken -> 1c6f579, jdbcUrl ->
jdbc:mysql://localhost/l2jdb, properties -> {user=******, password=******} ], p
referredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> fals
e, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false
], factoryClassLocation -> null, identityToken -> 99681b, numHelperThreads -> 3
]
L2J Server Version: 949
L2J Server Build Date: someday
Updated characters online status.
IDFactory: 102912 id's avaliable.
Exception in thread "main" java.sql.SQLException: You have an error in your SQL
syntax. Check the manual that corresponds to your MySQL server version for the
right syntax to use near 'SELECT obj_Id FROM characters)' at line 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2921)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1570)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2978)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:930)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1159)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1076)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1061)
at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewP
roxyPreparedStatement.java:131)
at net.sf.l2j.gameserver.GameServer.
at net.sf.l2j.Server.main(Server.java:70)
Server terminated abnormaly
server terminated
Для продолжения нажмите любую клавишу . . .
//-------------------------------------
server.properties выглядит следующим образом
//-------------------------------------
GameserverHostname=*
GameserverPort=7777
ExternalHostname=192.168.1.50
InternalHostname=192.168.1.50
LoginserverHostname=*
LoginserverPort=2106
LoginTryBeforeBan=20
Driver=com.mysql.jdbc.Driver
URL=jdbc:mysql://localhost/l2jdb
Login=root
Password=mv83
MaximumDbConnections=50
MaximumOnlineUsers=800
Debug = False
Assert = False
Developer = False
MinProtocolRevision = 551
MaxProtocolRevision = 800
RateXp = 8.
RateSp = 6.
RateDropAdena = 30.
RateDropItems = 8.
RateDropSpoil = 8.
RateQuestsReward = 4.
RateDropEquipment = 8
//-------------------------------------
Что ж не так то?