• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with add Gesior acc for Tfs 0.3.5pl1

Xay

New Member
Joined
Oct 19, 2009
Messages
13
Reaction score
0
Unknown database type in D:/TFS 0.3.5/ServerRPG/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""
I dont know what is the problem becouse i have sqlType = "mysql"
Help me please =/
 
Did you remove all comments in the config file when you installed gesiors aac?

Like these
Code:
-- Battle
-- Database

If that's not the problem make sure ur config database settings are like this.

Code:
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = "3306"
	sqlUser = "***"
	sqlPass = "***"
	sqlDatabase = "databasename"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	passwordType = "plain"
 
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = "3306"
sqlUser = "***"
sqlPass = "***"
sqlDatabase = "databasename"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
passwordType = "plain"

I got the settings like here but i dont understand (I am polish) what you mean with this:
Did you remove all comments in the config file when you installed gesiors aac?

Like these
Code:

-- Battle
-- Database

Tell me what to do becouse i didnt understand xd
 
Thank you very much everything is working now ;D Problem solved :p Can I give you rep? Answer me on PM if you want ;P
 
Back
Top