View Full Version : Is the database down?
thsxtreme
3-31-03, 12:05 AM
I cant seem to connect to my phpbb message boards on my site. Is anyone else having problems? I am not recieving any errors it just wont connect to the site.
yes. same problem here.
*sigh*
that .3% must be a constant clientelle. and I managed to work my way into that elite group of people who experience constant downtime....
still down...
Does anybody know any cgi programs that
will check if mysql is down then re-direct users to another domain???
thanks.
ANISH
GaleForce
3-31-03, 01:18 AM
If your site is down due to the recent limitations imposed by powweb, email me at mgale@kotorpa.com and I may have a solution you would like.
Marc
robin_ge
3-31-03, 01:35 AM
Same here, can't connect...
princess
3-31-03, 02:21 AM
:( me too.. well at least Im still within my one month tryout :D
My site is also down. It use to take 4-5 minutes for the page to come up, but now i am getting the error:
mysql://<username>:@mysql01.powweb.com/<dbname> failed to connectCan't create a new thread (errno 35). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug
Im not getting the error anymore (5 minutes later) but its still taking a very long time to connect.
roughrider
3-31-03, 02:22 AM
Same problem here too.Haven't been able to connect consistently for 4 hrs now.I also had the same problem, and error as you CyCo.
Well, this is what we've been seeing for at least the last hour:
2013 - Lost connection to MySQL server during query
select count(*) as total from products p, products_to_categories p2c where p.products_id = p2c.products_id and p.products_status = '1' and p2c.categories_id = '80'
[TEP STOP]
Funny, 'cos, as justification for the new mySQL limits, in thread:
http://forum.powweb.com/showthread.php?s=&threadid=17917
LexF wrote:
Lexf:
No longer are the MySQL servers going down once (or more!) daily, or needing to be rebooted by admins multiple times a week.
Well, we've seen it down for an hour now, and posts to this board suggest it's been down longer, with NO posting (yet) in announcements!
The site has NOT been experiencing the 99.7% uptime we expected.
robin_ge
3-31-03, 03:08 AM
Originally posted by robin_ge
Same here, can't connect...
Just emailed the "Technical Support", and then they fixed it in five minutes...that was fast...
Fair enough, it's fixed - but as the first post was made at
03-31-03 05:05 AM
and it was fixed around 09:10 am (UK time)
that suggests that it was possibly down for 4 hours - hardly 5 minutes!
The reason I didn't bother emailing technical support was that the last time I did it, the reply and fix took 3 days to come!
Shouldn't there be some kind of automatic server monitoring going on?
iamaposer
3-31-03, 04:20 PM
I keep getting a:
----
phpBB : Critical Error
Could not connect to the database
----
Error thingy..... I know I am not one of those top 2 percent. And mine is still down...
thuffner
3-31-03, 07:50 PM
My board is down too. I get this error message:
"There seems to have been a slight problem with the database.
Please try again by pressing the refresh button in your browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience."
Also, when I View Source, I get this error in the page:
"<!-- Database error in vBulletin :
Invalid SQL: SELECT template FROM template WHERE title='options'
mysql error: User 'tom' has exceeded the 'max_questions' resource (current value: 36000)
mysql error number: 1226
Date: Monday 31st of March 2003 04:57:03 PM
Script: /board/
Referer:
-->"
But there is no way I have got 36,000 connections either. I have only got 330 people to my website today!
What is going on?
robin_ge
3-31-03, 08:48 PM
Originally posted by kelvyn
Fair enough, it's fixed - but as the first post was made at
03-31-03 05:05 AM
and it was fixed around 09:10 am (UK time)
that suggests that it was possibly down for 4 hours - hardly 5 minutes!
The reason I didn't bother emailing technical support was that the last time I did it, the reply and fix took 3 days to come!
Shouldn't there be some kind of automatic server monitoring going on?
Yes, it is true that it had been down for 4 or 5 hours. But I mean when I sent the email to them, they replied in a very short time and after getting their email, the problem was fixed in around five minutes.
Destroyer
3-31-03, 10:54 PM
Originally posted by anish
still down...
Does anybody know any cgi programs that
will check if mysql is down then re-direct users to another domain???
thanks.
ANISH
i know a php one that would do that...i dont know the redirect script, but im sure you can get one. to check just put:
<?
$connect="mysql_connect("server", "user", "password");
if(!$connect)
{
?>
redirect script assiming it is a javascript one
<?
}
mysql_close($connect);
?>
my site has been down for over 5 hours too.
alphadesk
3-31-03, 11:36 PM
Garrett,
Are you talking about the site in your sig? What part is not working? It seems to be up just fine. blog, gallery, every link.
my invisionboards are the same.
forum.stealthinside.net i got members that dont know what do do without it..
Please get it fixed within near future.
netaustin
4-1-03, 01:53 AM
Try the scripts I posted as a new thread to exhaust your possibilities for mySQL connections.
vBulletin v3.6.0, Copyright ©2000-2010, Jelsoft Enterprises Ltd.