• 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 UniformServer Prob

Sublime

11.12.11
Joined
Mar 18, 2010
Messages
1,427
Reaction score
61
Location
Mexico
When I open the server I've got this:
[21/07/2010 16:36:25] > MySQL ERROR mysql_real_connect: Access denied for user 'root'@'localhost' (using password: NO)
[21/07/2010 16:36:25] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SqLite which doesn't require any connection.

Config.lua
Code:
	-- Database
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "******"
	sqlPass = "******"
	sqlDatabase = "*****"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

and appears the black windows, that says press any key to continue... And Finally, It closes.
Soo what could be that ? thanks, Rep+ ofc,

Edit: using TFS 0.3.6pl1
 
Last edited:
I had the same problem.. But a guy told me it could be the engine. So i compiled it, also at the same time made it 8.60 :)

I guess thats the only thing you can do. If you dont know how to compile.. Theres alot of tutorials for it

Kind regards / Simon
 
Last edited:

Similar threads

Back
Top