Misha123
Basic scripter & Mapper
hi!
im testing the tfs for tibia 8.6 (distro crying damson 0.3.6.) but ive got a problem.
ive made my database, ive done everything in config.lua and for some reason it doesnt want to work.
i run my console with(Uniform Server Zero) turned on... after a while it says "Starting SQL Connection". it loads for about 3 minutes and then i receive an error which says "Couldn't establish connection to SQL Database!". in the console it also says:
Code:
Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)
Confiq Lua:
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "mishasot"
sqlPass = "***************"
sqlDatabase = "mishasot"
sqlFile = "mysql.sql"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
Please can somebody help me
im testing the tfs for tibia 8.6 (distro crying damson 0.3.6.) but ive got a problem.
ive made my database, ive done everything in config.lua and for some reason it doesnt want to work.
i run my console with(Uniform Server Zero) turned on... after a while it says "Starting SQL Connection". it loads for about 3 minutes and then i receive an error which says "Couldn't establish connection to SQL Database!". in the console it also says:
Code:
Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)
Confiq Lua:
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "mishasot"
sqlPass = "***************"
sqlDatabase = "mishasot"
sqlFile = "mysql.sql"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
Please can somebody help me

Last edited: