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

Windows Problem with SQL

Fiszu

New Member
Joined
Sep 5, 2008
Messages
2
Reaction score
0
Location
Szczecin, Poland
I've downloaded [8.4 - SQL] Forgotten Server by Hugo with makePlayers and Players by JigSaw
and then during the start I see this error:

[15/04/2009 19:57:45] Failed connecting to database. MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061)
[15/04/2009 19:57:45] > ERROR: Couldn't estabilish connection to SQL database!

I was trying to find it but couldn't, I wish somebody help me.

Thanks in advance.
 
Make sure that you got right
Also in config.lua

-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "......"
mysqlDatabase = "Your database name here"
mysqlPort = 3306

-- SqLite
sqliteDatabase = "----.s3db"

-- SQL
sqlType = "sqlite"
passwordType = "plain"
 
Back
Top