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

Mysql

PeterMan27

New Member
Joined
Feb 13, 2012
Messages
7
Reaction score
0
I currently figured out HOW to finally get my database working with my server.

I am having troubles already (ofcourse)

Whenever an account is created I even tested it. It simply will not show up in "accounts" or "players"

Any solutions?
 
-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "sqlite"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = ""

This? I did. I'm not so sure what the sqlType should be though.
 
Back
Top