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

Plz help

raided

Herbal Specialist
Joined
Feb 16, 2008
Messages
91
Reaction score
0
Location
England
[28/03/2009 11:42:10] > MySQL ERROR mysql_real_connect: Can't connect to MySQL server on 'localhost' (10061)
[28/03/2009 11:42:10] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SqLite which doesn't require any connection.



that what happen when i run the serv..is that because my password is wrong ?:confused:
 
You need to edit these lines in your config.lua
Code:
sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""
	sqlDatabase = "theforgottenserver"
Make sure the pass (for phpmyadmin) and the database name are correct.
 
okay thx...but i dont know my password..and when i go to the security it writes access forbiddend and i dont have the access to ..:S
 
Back
Top