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

gesior acc error

somy96

Bloxer Ot
Joined
Aug 15, 2011
Messages
75
Reaction score
1
Location
Cairo,Egypt
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error. Unknown database type in D:/L/Flammingvets/config.lua . Must be equal to: "mysql" or "sqlite". Now is: "" what should i do?
 
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error. Unknown database type in D:/L/Flammingvets/config.lua . Must be equal to: "mysql" or "sqlite". Now is: "" what should i do?
in config.lua, you must type mysql


TFS?

in TFS 0.4 should look like this

Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    -- encryptionType can be plain, md5, sha1, sha256, sha512 or vahash.
    [B]sqlType = "mysql"[/B]
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = ""
    sqlDatabase = "theforgottenserver"
    sqlFile = "theforgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"
NOTE IN PHPMYADMIN: DO NOT USE THE ROOT USER, CREATE A NEW USER WITH ALL PRIVILIGES.
 
Last edited:
in config.lua, you must type mysql


TFS?

in TFS 0.4 should look like this

Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    -- encryptionType can be plain, md5, sha1, sha256, sha512 or vahash.
    [B]sqlType = "mysql"[/B]
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = ""
    sqlDatabase = "theforgottenserver"
    sqlFile = "theforgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"

[SIZE=6][COLOR=#ff0000][B]NOTE IN PHPMYADMIN: DO NOT USE THE ROOT USER, CREATE A NEW USER WITH ALL PRIVILIGES.[/B][/COLOR][/SIZE]
i already have it like this
 
Back
Top Bottom