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

Can't connect to MySQL database.

Flighty

New Member
Joined
Jul 3, 2009
Messages
93
Reaction score
0
Greetings, after i changed password in config for phpmyadmin then i couldn't come into the server site ? what shall i do
and ye im a noob.
 
Copy paste your Database information on config.lua, remember to remove your PW when posting it here

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "-"
sqlDatabase = "-"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 100
mysqlWriteTimeout = 100
encryptionType = "plain"

i changed the ip name and the password and now i can't get into the server site, and i changed the ''sqldatabase''
 
Last edited:
sqldatabase : should be your database in your phpmyadmin...
sqlpass "your pass"

If you have compiled your server to support 8.54-7 instead of sqlHost = "localhost" write sqlHost = "127.0.0.1"
 
Back
Top