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

Solved Crying Damson 8.6 [Help]

bluemonkey

New Member
Joined
Aug 8, 2012
Messages
8
Reaction score
0
Okay, so I'm trying to make a server. So i downloaded

"The Forgotten Server 0.3.6 (Crying Damson) V8"

And i start it so see if it works on my computer, it did. And then i shut it down, and started to change in the SQL Area of the Config file, changed it this way:


Code:
    sqlType = "mysql"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "xxxxxxx"
    sqlDatabase = "theforgottenserver"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"

and here's my Problem, I start it up, it comes to the part when it's going to connect to SQL Database and it just Crashes. any idea why? and how to resolve it?

Help would be apriciated :)
I'm using Windows 7 x64

Sorry for my English, it's kinda rusty :p
 
Back
Top