SQL error

Just what it looks like...

SQL error

Postby Rommie » Sun Dec 01, 2013 7:46 pm

Got this a few times lately- something about too many people logged in, and the site won't load. Anyone else?
Yes, I have a life. It's quite different from yours.
User avatar
Rommie
 
Posts: 3984
Joined: Mon May 27, 2013 10:04 am

Re: SQL error

Postby The Supreme Canuck » Sun Dec 01, 2013 7:52 pm

Yep. A few times over the last week or so.
User avatar
The Supreme Canuck
 
Posts: 808
Joined: Mon Jun 10, 2013 9:27 pm
Location: Ottawa

Re: SQL error

Postby Cyborg Girl » Sun Dec 01, 2013 7:55 pm

Me as well. Didn't really want to create a fuss about it though...

http://dev.mysql.com/doc/refman/5.5/en/ ... tions.html

For the record, "1203" is the error number, not the maximum number of connections. I suspect this is a matter of the host using rubbishy default settings (possibly on purpose to discourage too much traffic). But I don't know enough about MySQL and associated stuff to say for sure.
User avatar
Cyborg Girl
Boy Genius
 
Posts: 2138
Joined: Mon May 27, 2013 2:54 am

Re: SQL error

Postby Rommie » Sun Dec 01, 2013 8:34 pm

General Error
SQL ERROR [ mysqli ]

User phpdoLQEg8G already has more than 'max_user_connections' active connections [1203]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Yes, I have a life. It's quite different from yours.
User avatar
Rommie
 
Posts: 3984
Joined: Mon May 27, 2013 10:04 am

Re: SQL error

Postby geonuc » Sun Dec 01, 2013 11:50 pm

Haven't seen it.
User avatar
geonuc
Resident Rock Hound
 
Posts: 3429
Joined: Mon May 27, 2013 11:16 am
Location: Not the Mojave

Re: SQL error

Postby brite » Mon Dec 02, 2013 9:28 am

I put in a trouble ticket about it... we'll see what they come back with...
Image
User avatar
brite
Wild Pixie in Action
 
Posts: 996
Joined: Mon May 27, 2013 2:07 am
Location: Pixilating all over the place

Re: SQL error

Postby Cyborg Girl » Mon Dec 02, 2013 9:31 am

Wow. That was fixed fast. :cheer:
User avatar
Cyborg Girl
Boy Genius
 
Posts: 2138
Joined: Mon May 27, 2013 2:54 am

Re: SQL error

Postby geonuc » Mon Dec 02, 2013 10:10 am

So we have a proper, responsive host?
User avatar
geonuc
Resident Rock Hound
 
Posts: 3429
Joined: Mon May 27, 2013 11:16 am
Location: Not the Mojave

Re: SQL error

Postby brite » Mon Dec 02, 2013 4:42 pm

When I was looking for a hosting company... I looked for one that was in the US and spoke English...
Image
User avatar
brite
Wild Pixie in Action
 
Posts: 996
Joined: Mon May 27, 2013 2:07 am
Location: Pixilating all over the place

Re: SQL error

Postby The Supreme Canuck » Tue Dec 03, 2013 2:11 am

Woah. Okay. I've been getting a 404 error for the last day or so. I've only just been able to get back on. The URL I had bookmarked doesn't point to the board anymore. There was no indication where it had gone. Obviously I found it, but I wonder if others are unable to find it and are stuck staring at a 404 page?
User avatar
The Supreme Canuck
 
Posts: 808
Joined: Mon Jun 10, 2013 9:27 pm
Location: Ottawa

Re: SQL error

Postby Cyborg Girl » Tue Dec 03, 2013 2:24 am

Because the forum moved from a subdirectory to the main site. :) It's now just fwis3.com.
User avatar
Cyborg Girl
Boy Genius
 
Posts: 2138
Joined: Mon May 27, 2013 2:54 am

Re: SQL error

Postby The Supreme Canuck » Tue Dec 03, 2013 2:34 am

Yes, I know. But I had the subdirectory bookmarked. If other people do, and don't know to play with the URL, they may be stuck with the 404 and nothing else. If people stop showing up, it might be an idea to tell them.

I mean, even until earlier today, fwis3.com didn't point to the board for me, just a splash page. There was no board at all until about 30 seconds before my last post. Others might be stuck, too.
User avatar
The Supreme Canuck
 
Posts: 808
Joined: Mon Jun 10, 2013 9:27 pm
Location: Ottawa

Re: SQL error

Postby SciFi Chick » Wed Dec 04, 2013 9:20 am

Anyone who is on Facebook won't be stuck, but I'm not sure who that will leave out. Someone probably better email code monkey.
"Do not speak badly of yourself, for the warrior that is inside you hears your words and is lessened by them." -David Gemmel
User avatar
SciFi Chick
Information Goddess
 
Posts: 3240
Joined: Mon May 27, 2013 4:04 pm

Re: SQL error

Postby The Supreme Canuck » Wed Dec 04, 2013 9:33 am

No, she posted a little earlier.
User avatar
The Supreme Canuck
 
Posts: 808
Joined: Mon Jun 10, 2013 9:27 pm
Location: Ottawa

Re: SQL error

Postby Cyborg Girl » Thu Dec 05, 2013 1:43 pm

Here we go again!

Seems almost like the board throws a fit when discussions get heated. :lol:
User avatar
Cyborg Girl
Boy Genius
 
Posts: 2138
Joined: Mon May 27, 2013 2:54 am

Re: SQL error

Postby cid » Fri Dec 06, 2013 11:38 pm

Are we dealing with an AI that has more sense than we do? :confused:
Dear Algebra -- stop asking us to find your x. She's not coming back - ever. Get over it.
User avatar
cid
Database Ninja Level 1
 
Posts: 829
Joined: Fri May 31, 2013 7:37 pm

Re: SQL error

Postby Sigma_Orionis » Sat Dec 07, 2013 12:19 am

That damned error can happen for a couple of reasons:

I have no idea how is the Database Setup they have at FatCow, but it looks like the Web Server is opening too many connections to the MySQL Server.

From the error message I suspect that they have a large, shared MySQL installation, if the RDBMS response time gets too high, phpBB might be trying to setup additional connections to the RDBMS and after it reaches a certain limit (most probably set up by the RDBMS admin, particularly if they have a shared Database Server for multiple applications) the "too many connections" error springs up. I've seen that happening often in this type of setups.

It also depends on the version of MySQL, the version of the programming language phpBB is written on (PHP) and what PHP extension they're using to talk to MySQL (all of which are completely under the control of FatCow, there's little brite or anyone else here can do about it), if they implemented a scheme called "connection pooling" this problem shouldn't come up unless there's a major issue with the RDBMS.
Sic Transit Gloria Mundi
User avatar
Sigma_Orionis
Resident Oppressed Latino
 
Posts: 4490
Joined: Mon May 27, 2013 2:19 am
Location: The "Glorious Socialist" Land of Chavez

Re: SQL error

Postby brite » Sat Dec 07, 2013 1:33 am

Sigma... would you mind saying that in English??
Image
User avatar
brite
Wild Pixie in Action
 
Posts: 996
Joined: Mon May 27, 2013 2:07 am
Location: Pixilating all over the place

Re: SQL error

Postby SciFiFisher » Sat Dec 07, 2013 7:50 am

brite wrote:Sigma... would you mind saying that in English??


Fat cow uses a system that works like public transportation. When the bus is full you have to wait for the next bus to get to your destination. If too many people get on the bus it stops working. When the bus stops we get an error message. Fat Cow needs more buses. :tap:
"To create more positive results in your life, replace 'if only' with 'next time'." — Author Unknown
"Experience is a hard teacher because she gives the test first, the lesson afterward." — Vernon Law
User avatar
SciFiFisher
Redneck Geek
 
Posts: 4865
Joined: Mon May 27, 2013 5:01 pm
Location: Sacramento CA

Re: SQL error

Postby Sigma_Orionis » Sun Dec 08, 2013 1:34 am

I have been writing a long explanation in plain english of what I said, but Fisher's is much better :P

Maybe Fat Cow doesn't need more buses, maybe their big shared bus (if that's what they got) is having problems. Again just speculation.
Sic Transit Gloria Mundi
User avatar
Sigma_Orionis
Resident Oppressed Latino
 
Posts: 4490
Joined: Mon May 27, 2013 2:19 am
Location: The "Glorious Socialist" Land of Chavez

Re: SQL error

Postby Swift » Tue Dec 10, 2013 9:13 pm

I've had more difficulties (but not impossibles) to get on the forum today.
Never, ever forget: we did this. This is what we can do.

In wilderness is the preservation of the world. - Henry David Thoreau

Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it's the only thing that ever has. - Margaret Mead
User avatar
Swift
 
Posts: 2353
Joined: Wed May 29, 2013 2:40 am
Location: At my keyboard

Re: SQL error

Postby Thumper » Wed Dec 11, 2013 12:24 pm

It usually takes me 3-5 times to get on. Then I'll get booted off (or it just appears to lock up) after about 10 minutes. Also page refreshes seem very slow.
Look for the Helpers. You will always find people who are helping.
-Mr. Rogers' Mom
User avatar
Thumper
Ichi-Ban Tomodachi
 
Posts: 4213
Joined: Tue May 28, 2013 5:20 pm
Location: OH - IO

Re: SQL error

Postby The Supreme Canuck » Wed Dec 11, 2013 7:03 pm

Sometimes I can't get the page to load at all (not even an error page) for almost the entire day.
User avatar
The Supreme Canuck
 
Posts: 808
Joined: Mon Jun 10, 2013 9:27 pm
Location: Ottawa

Re: SQL error

Postby SciFiFisher » Thu Dec 12, 2013 7:01 am

I don't seem to have any problems since we changed to using www.fwis3.com as the destination. I am also using (primarily) the Firefox browser. Although Internet Exploder seems to work albeit a bit slower than Firefox. weird.
"To create more positive results in your life, replace 'if only' with 'next time'." — Author Unknown
"Experience is a hard teacher because she gives the test first, the lesson afterward." — Vernon Law
User avatar
SciFiFisher
Redneck Geek
 
Posts: 4865
Joined: Mon May 27, 2013 5:01 pm
Location: Sacramento CA

Re: SQL error

Postby geonuc » Thu Dec 12, 2013 11:22 am

SciFiFisher wrote:I don't seem to have any problems since we changed to using http://www.fwis3.com as the destination. I am also using (primarily) the Firefox browser. Although Internet Exploder seems to work albeit a bit slower than Firefox. weird.


Ditto, using Firefox with few problems.
User avatar
geonuc
Resident Rock Hound
 
Posts: 3429
Joined: Mon May 27, 2013 11:16 am
Location: Not the Mojave

Next

Return to Feedback

Who is online

Users browsing this forum: No registered users and 3 guests

cron