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

Read this please!

Buffer

New Member
Joined
May 7, 2008
Messages
41
Reaction score
0
Location
U.S
Look everyone i got a problem wich no one helps me, iv'e asked every singel person but they didn't gave me an answer, but look for you who want to help me when i start up the server this is what comes up:

[22/01/2009 17:18:00] Failed connecting to database. MYSQL ERROR: Access denied for user 'root'@'localhost' (using password: NO)
[22/01/2009 17:18:00] > ERROR: Couldn't estabilish connection to SQL database


and i don't know what the problem is or how to fix it
so i really need ur help, will be glad.


Thank you, Buffer!
 
Also, that's called another typo, which happens quite often.

Your database information should be in your config.lua.

If you've imported your forgotten.sql (Whatever its called), all you need to do is, open your config.lua file, it's in your server files folder. Press Ctrl + F, and search for database.

If you're using MySQL; change your text to this, (just change your database name and your password to the phpmyadmin).

-- Database
-- NOTE: sqlFile is used only by sqlite database
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "YourPasswordHere"
sqlDatabase = "YourDatabaseNameHere"
sqlFile = "forgottenserver.s3db"
passwordType = "plain"


I hope it helped, have a good evening.
 
Back
Top