\gameserver\config
Config .
# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriv er
URL=jdbc:mysql://localhost/db
#URL=jdbc:hsqldb:hsql://localhost/db
#URL=jdbc:sqlserver://localhost/database=db/user=sa/password=
Login = root
Password = ?
MaximumDbConnections = 100
|