MySQL database missing & phpMyAdmin is broke

Status
Not open for further replies.

samsungflashwiki

New Member
Messages
35
Reaction score
0
Points
0
My, MySQL database is missing from my site. It was fine last night.
However phpMyAdmin is not working either, it says:

phpMyAdmin - Error
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

Is there a known problem with the databases?

Thanks
Jordan
 

carl6969

Community Support Team
Community Support
Messages
6,874
Reaction score
206
Points
63
There are currently some temporary issues with the server. Staff is working to resolve the problem as quickly as possible.
 

barez

New Member
Messages
7
Reaction score
0
Points
0
Same problem here! I cannot even create new ones! I don't now what have happend to x10hosting.
It's very slow!:(
 

webadicto64

New Member
Messages
8
Reaction score
0
Points
0
I've got same problem, it would be fantastic if you could access mysql externally.
 

webadicto64

New Member
Messages
8
Reaction score
0
Points
0
In boru.x10hosting.com I can't acces phpmyadmin, it's give error all day. this is de message:

Phpmyadmin Error
#2002
 

satishan

New Member
Messages
86
Reaction score
3
Points
0
I guess your website not connecting to database, does it display error on your website..?
 

daynaknight

New Member
Messages
10
Reaction score
0
Points
0
same here. i'm not able to create new ones :/ my site's not working properly because of it ><
 

webadicto64

New Member
Messages
8
Reaction score
0
Points
0
When in my site I write a simple code in php like this:

PHP:
<?php
$conn = mysql_connect(DB_SERVER, DB_USER, DB_PASSWORD) or die(mysql_error());
		mysql_select_db(DB_NAME) or die(mysql_error());
?>

of course, change DB_ variables, with the right values, I get this message:

Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/max134/public_html/conect.php on line 2
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
 
Status
Not open for further replies.
Top