Database MySQL Connection Error

Arbiter 3X

New Member
Hi everybody, I'm trying to set up an Epoch server for me and my friends and I've been having a lot of issues with setup. I've passed through most of them, though my server can't seem to connect to the MySQL database properly, my issue is shown below:

(Time here) Database.MySQLConnection: [Error] Could not connect to MySQL database at localhost: Can't connect to MySQL server on 'localhost' (10061)
2014-01-05 23:52:06 Database.MySQLConnection: [Information] Retrying in 1 seconds

While I'm positive that there is something conflicting between my Navicat database and the HiveExt, I can't seem to figure out what it is. If someone can point out something I should check in my Navicat or HiveExt, I'd be grateful.

Here are my current HiveExt settings:

;Type = MySQL
;Host = 127.0.0.1
;Port = 3306
;Database = dayz (I've also tried dayz_epoch and that didn't work)
;Username = root
;Password =

Here are my Navicat settings:
Connection Properties:

Connection Name: DayZ Epoch Server
Host Name/IP Address: 127.0.0.1
Port: 3306
User Name: root
Password:

When I select "Test Connection" in the "Connection Properties", my connection is successful.

Database Settings:

Database Name: dayz_epoch
Character set: latin1 -- cp1252 West European
Collation: latin1_swedish_ci
--------------------
Xampp's MySQL module is also running.
--------------------
Thanks everybody,
~Arby
 
Back
Top