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?
>> 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?