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

xampp Problem

Simoria

Hola at me
Joined
May 3, 2012
Messages
447
Reaction score
10
Location
Sweden
Hi . I have install xampp and all works fine Until I start the server . I get this error

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
 
using password: YES)
Go to local host [xampp] and go to security, make sure the password you have set to database matches that in lua, make sure the name of the database is correct, and make sure you have a stable connection.
 
Back
Top