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

Make a GM problem.

skalaren

New Member
Joined
Jan 6, 2009
Messages
8
Reaction score
0
Hello , When i enter account on phpmyadmin the only one i can see is account manager , same on players. I have made a character and an acount but still i cant see it...
 
are you sure you set the prober things in config
Code:
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "secret"
sqlDatabase = "secret"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
you probably did :/
 
Yeah , except this one ; sqlType = "sqlite"
because it wont run if i put mysql, any solution?

might be worth mention this too ; sqlFile = "NaxedOt.s3db"
 
Hmm , i can finally see the accounts that i made tho i can only change "Group_ID" and that aint very helpful , i need to change account_type and some others=/ cant add it eithert=/
 
Back
Top