• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

SQL Lite Error, need help

Lucyaga

New Member
Joined
Mar 17, 2011
Messages
18
Reaction score
2
Location
Puerto Rico
Been a while i have not worked on my OT server, and im trying to bring it back up. It seems there is an error with my SQL Lite Database, everytime i try running the OT i get this message and the OT doesnt start

ERROR: Couldn't establish connection to SQL database!

If anyone knows how to fix this problem, explain with detail ill rep u, and thanks. :D

Lucyaga
Scripter and mapper
 
-- 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 = "theforgottenserver"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"


THis is how it looks, i tried putting 127.0.... on host but still nothing
 
Back
Top