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.
[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"