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

Halp, SQL

Delano

New Member
Joined
Jan 5, 2008
Messages
3
Reaction score
0
Im new to SQL, so i made a TFS dead bug version,
And my question is... where are the accounts that you make?
Since it isnt in the myphp? (database and than players/accounts)

Greetings,
Delano
 
You need to put in config mysql type instead of sqlite and you will get them in phpmyadmin players table
 
-- SqLite
sqliteDatabase = "forgottenserver.sql"

-- SQL
sqlType = "mysql"
useMD5Passwords = "no"

That works, but its really laggy now..?
 
Last edited:
Back
Top