# ---------------------------------------
# 资料库
# ---------------------------------------
# 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
# 天堂2游戏资料库的连线位置
# URL = jdbc:mysql://localhost/l2jgs (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jgs
# URL = jdbc:sqlserver://localhost/database = l2jgs/user = sa/password =
URL = jdbc:mysql://localhost/l2jgs?useUnicode=true&characterEncoding=UTF-8
# 资料库的连线帐号 (不建议使用 root 作为连线帐号)
Login = yyyyyyyy
# 资料库的连线密码 (不建议使用 root 作为连线密码,因为容易被入侵)
Password = xxxxxxxx
# 资料库的最大连线数,预设: 100
MaximumDbConnections = 10000
# Default: 0
MaximumDbIdleTime = 0