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

Whats the wrong?

ostiee

New Member
Joined
Feb 1, 2009
Messages
6
Reaction score
0
I dont have "forgottenserver.sql"!
My server dont start and its be like this? why?

[14/07/2012 17:24:55] > MySQL ERROR mysql_real_connect: Unknown database 'theforgottenserver'
[14/07/2012 17:24:55] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SqLite which doesn't require any connection.
 
Change the name of your database in config.lua. Make sure that you have created databse(if you use MySql) and change the name of "theforgottenserver'" to your database name.

search in config.lua:

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "password"
sqlDatabase = "theforgottenserver"
sqlFile = "mysql.sql"
 
Back
Top