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

titanium1

New Member
Joined
Apr 25, 2012
Messages
16
Reaction score
0
hello guys have this error on my server

05/07/2012 23:50:39] Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)

[05/07/2012 23:50:39] > ERROR: Couldn't estabilish connection to SQL database!

if someone help my i will rep+++
 
but mysql its started
-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "otland"
sqlPass = "pass"
sqlDatabase = "otland"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
 
sqlUser = "otland" // should be root
sqlPass = "pass" //your password that u did create
sqlDatabase = "otland". Your database that you did create in phpmyadmin


And if u really dont know this information then go to tutorial and see how to setup xampp or uniserver
 
Back
Top