SOLVED!
I have a server and the programs needed.
ORIGINAL CONFIG LUA:
-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "theforgottenserver"
mysqlPort = 3306
-- SQL
sqlType = "sqlite"
passwordType = "plain"
CONFIG LUA WITH MY INFORMATION THAT I NEED FOR THE SERVER:
-- MySQL
mysqlHost = "localhost"
mysqlUser = "xxx
mysqlPass = "zzz"
mysqlDatabase = "xxx"
mysqlPort = 3306
-- SQL
sqlType = "mysql"
passwordType = "sha1"
THE PROBLEM:
When i change the configlua to the configuration that i need the server wont turn on. It loads for a split second and then the window closes.
Can anyone help me?
The password for mysql is correct and everything.
The problem occurs when i change --SQL -> sqlType to "mysql". Thats when it doesnt work.
I have a server and the programs needed.
ORIGINAL CONFIG LUA:
-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "theforgottenserver"
mysqlPort = 3306
-- SQL
sqlType = "sqlite"
passwordType = "plain"
CONFIG LUA WITH MY INFORMATION THAT I NEED FOR THE SERVER:
-- MySQL
mysqlHost = "localhost"
mysqlUser = "xxx
mysqlPass = "zzz"
mysqlDatabase = "xxx"
mysqlPort = 3306
-- SQL
sqlType = "mysql"
passwordType = "sha1"
THE PROBLEM:
When i change the configlua to the configuration that i need the server wont turn on. It loads for a split second and then the window closes.
Can anyone help me?
The password for mysql is correct and everything.
The problem occurs when i change --SQL -> sqlType to "mysql". Thats when it doesnt work.
Last edited: