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

Problem

Salias

New Member
Joined
Oct 2, 2010
Messages
14
Reaction score
0
Hey i downloaded a "Evo edited" data files and config. exe and dll files from "Roxor Server - Version 8.5.4 (1337ms)." this is the problem:

[07/11/2010 15:59:05] >> Loading config
[07/11/2010 15:59:05] >> Loading RSA key
[07/11/2010 15:59:05] >> Testing SQL connection... MySQL.
[07/11/2010 15:59:05] > MySQL ERROR mysql_real_connect: Access denied for user 'root'@'localhost' (using password: NO)
[07/11/2010 15:59:05] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SqLite which doesn't require any connection.
 
Did you follow a tutorial? If you already did then, :

1. Open Config.lua
2. Search For "sqlpass" and put your password in there
3. In Config.Lua, "Localhost" should be changed to "127.0.0.1"

Hope this helps.
 
-- Database
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = "murre13371"
sqlDatabase = "evolution"
sqlFile = "mysql.sql"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
Back
Top