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

Mysql help please!

lol94

Loler
Joined
Dec 23, 2008
Messages
764
Reaction score
55
Location
Mexico
Hey Otland! I need some help here... i will rep+ if you support me :)

[03/05/2011 17:40:32] >> Testing SQL connection... MySQL.
[03/05/2011 17:40:32] > MySQL ERROR mysql_real_connect: Access denied for user 'root'@'localhost' (using password: NO)
[03/05/2011 17:40:32] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SqLite which doesn't require any connection.


Code:
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "<mypassword>"
	sqlDatabase = "TFS"
	sqlFile = "theforgottenserver"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"
 
Back
Top