lilek13
Advanced User
Witam mam a mianowicie taki problem ?e gdy wpisze "mysql" zamiast "sqlite" to w silniku wywala mi b??d....
Mo?e wy wiecie co? na ten temat??
To jest ta linijka:
Mo?e wy wiecie co? na ten temat??
To jest ta linijka:
-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "sqlite"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "theforgottenserver"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
passwordType = "plain"