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

Access denied for user, but he's not the right one!

Amon_Schnitter

New Member
Joined
Oct 2, 2014
Messages
1
Reaction score
0
Hi there, i'm having troubles to put my server online:


>> Loading config
>> Establishing database connection...
MySQL Error Message: Access denied for user 'forgottenserver'@'localhost' (using password: NO)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.


But here's the funny part: The 'forgottenserver' isn't even the user that i configured in the config.lua:
-- Database
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = "test123"
sqlDatabase = "otserv"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"

I tried to check in the mysql server as well, and the password in the config.lua is the same, so... what can I do now?
 
Back
Top