Mysql5.000webhost.com servers are down

Any idea when they’ll be back? It’s killed off my wordpress site completely, since the mysql database is the backbone to the whole thing.

Even visiting mysql5.000webhost.com directly results in fail. Google tells me to try mysql7.000webhost.com, which works just fine. Seems to be only happening with the aforementioned server.

Thanks. No pressure, it’s just crucial that it be fixed. :rolleyes:

Thanks for making us aware of this. We’ll have it fixed soon :slight_smile:

Thank you guys. Been able to depend on you guys since the beginning. :slight_smile:
I’ll repost once I see the problem has been resolved.

Server has been rebooted, should be up soon.

Awesome, working great. :smiley:

I’m currently trying to setup wordpress on http://mysql5.000webhost.com but I get the error
"Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at http://mysql5.000webhost.com. This could mean your host’s database server is down."

And when I try to go to http://mysql5.000webhost.com it doesn’t load, is it down again? Or is there problem with my wordpress?

Thanks in advance!

Please could I get some feedback? :frowning:

Thanks in advance.

what´s the url of your website?

url is: http://senfin.comoj.com/ and wordpress is here http://senfin.comoj.com/wordpress

And currently is working :slight_smile:
But didn’t a few hours ago, but there is one second problem with wordpress now, in dashboard it says “RSS Error: WP HTTP Error: Couldn’t resolve host 'wordpress.org” and also when I want to automatically update wordpress it says “Download failed.: Couldn’t resolve host ‘wordpress.org’ Installation Failed” and on Wordpress’s forums they say it is most likely problem with the server they say “Your host doesn’t have DNS set up correctly, so it can’t figure out where downloads.wordpress.org is.” so if that is true let me know, or is it problem with my wordpress, if it is so I could try to fix it :slight_smile:

Thanks in advance

It was working for a day, and now it seems to be down again :frowning: I can’t access my site, it says “Error establishing a database connection:frowning:

mysql5 is currently down, that´s why you are getting the error message. I forwarded that to the admins to look into it

Server back up.

Great! It works now, thanks for the replies!

But I still have problems with downloading update & sending mail via wordpress, like i said in #9 post:

But didn’t a few hours ago, but there is one second problem with wordpress now, in dashboard it says “RSS Error: WP HTTP Error: Couldn’t resolve host 'wordpress.org” and also when I want to automatically update wordpress it says “Download failed.: Couldn’t resolve host ‘wordpress.org’ Installation Failed” and on Wordpress’s forums they say it is most likely problem with the server they say “Your host doesn’t have DNS set up correctly, so it can’t figure out where downloads.wordpress.org is.” so if that is true let me know, or is it problem with my wordpress, if it is so I could try to fix it. :slight_smile:

Hello smor,

Please check passive modes in email code, best regards!

I’m sorry but where do I do that? I’m using javascript handler for the task, here is contact form handler code

<?php 
$errors = '';
$myemail = 'xx@xx.com';
if(empty($_POST['name'])  || 
   empty($_POST['email']) || 
   empty($_POST['message']))
{
    $errors .= "
 Error: all fields are required";
}

$name = $_POST['name']; 
$email_address = $_POST['email']; 
$message = $_POST['message']; 

if (!eregi(
"^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", 
$email_address))
{
    $errors .= "
 Error: Invalid email address";
}

if( empty($errors))
{
	$to = $myemail; 
	$email_subject = "Contact form submission: $name";
	$email_body = "You have received a new message. ".
	" Here are the details:
 Name: $name 
 Email: $email_address 
 Message 
 $message"; 
	
	$headers = "From: $myemail"; 
	$headers .= "Reply-To: $email_address";
	
	mail($to,$email_subject,$email_body,$headers);
	header('Location: contact-form-thank-you.html');
} 
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
<head>
	<title>Contact form handler</title>
</head>

<body>
<?php
echo nl2br($errors);
?>


</body>
</html>

Will that work, or I have to change something? I’ve also tried random plug ins for wordpress but they failed to send e-mail too :confused:

Server down or overload!

MySQL 5 is working fine?

Yes, server overload, consider a premium account!

that is php and not js…

What are you on about?

today also down…right now im typing this comment///
guess this is whats FREE hosting about…:wink: