• 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 database

Zatacka

Mapper, Basic Scripter
Joined
May 12, 2009
Messages
222
Reaction score
15
Location
Sweden
something came up with my server and it cant be started, the luncher says "warrning Unable to loead database" like hundred times then "Database is full" or something like that, what should i do?
 
I think that your problem is here
LUA:
-- Database
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "password"
	sqlDatabase = "database"
	sqlFile = "theforgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"
You use MySQL or SQLite?
Make sure that the settings are correct otherwise it will tell you that it is wrong and not connect wing database
 
Back
Top