Hi . I have install xampp and all works fine Until I start the server . I get this error
And I have this in config
Any know why it wont work ?
repp++ if help
Code:
[19/05/2012 23:27:19] >> Loading config (config.lua)
[19/05/2012 23:27:19] > Using SHA1 encryption
[19/05/2012 23:27:19] >> Checking software version... failed - could not parse remote file (are you connected to the internet?)
[19/05/2012 23:27:20] >> Fetching blacklist
[19/05/2012 23:27:20] >> Loading RSA key
[19/05/2012 23:27:20] >> Starting SQL connection
[19/05/2012 23:27:20] Failed connecting to database - MYSQL ERROR: Access denied for user 'root'@'localhost' (using password: YES) (1045)
[19/05/2012 23:27:20] > ERROR: Couldn't estabilish connection to SQL database!
And I have this in config
Code:
-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
-- encryptionType can be plain, md5, sha1, sha256, sha512 or vahash.
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = "*****"
sqlDatabase = "Warot"
sqlFile = "theforgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
Any know why it wont work ?
repp++ if help