sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = "password123"
sqlDatabase = "dbname"
sqlFile = "theforgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
You need to configure config.lua correctly, maybe is the reason that you're MySQL connection isn't working.
LUA:sqlType = "mysql" sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "root" sqlPass = "password123" sqlDatabase = "dbname" sqlFile = "theforgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1"
on the EncryptionType would it not be best to use "plain" not "sha1"
Just Thought I Would Mention It![]()