Can't connect to MySQL server

Status
Not open for further replies.

xxing05

New Member
Messages
2
Reaction score
0
Points
0
I was running a mediawiki with mySQL on x10hosting. Recently I can't get access to the wiki. I understand the server was in maintainance recently, but today I still can't access the database. The error message reads:

(Can't contact the database server: Can't connect to MySQL server on 'mysql-chopin.x10hosting.com' (4) (mysql-chopin.x10hosting.com))

My settings for mySQL on the wiki is:

## Database settings
$wgDBtype = "mysql";
$wgDBserver = "mysql-chopin.x10hosting.com";
$wgDBname = "xxing_wikidb";
$wgDBuser = "xxing_admin";
$wgDBpassword = "*******";

# MySQL specific settings
$wgDBprefix = "";

# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";

# Experimental charset support for MySQL 4.1/5.0.
$wgDBmysql5 = true;



If anyone can take a look at it, I will greatly appreciate your help! Thanks!
 
Last edited:

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Mysql Databse host is "LOCALHOST" and not mysql-chopin.x10hosting.com
 
Status
Not open for further replies.
Top