Your HostICan Community  


Go Back   Your HostICan Community > HostICan Web Hosting > Shared Hosting

Shared Hosting Do you have questions about HostICan's Base-Host or Tera-Host shared plans? Please ask them here!

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-01-2007, 06:12 PM
Andrew Andrew is offline
Junior Member
 
Join Date: Oct 2007
Posts: 4
Default Server Going Away/Shutting Down

Hey,

My friend signed up for a Base-Host plan here, for a site in which we plan to be co-admins, and so far it's been great! Vbulletin's been installed, and the uptime hasn't failed us once.

But several times in the past two days, I've gotten an error saying that the server had either gone away or had shut down:

Quote:
MySQL Error : MySQL server has gone away
Error Number : 2006
Quote:
Invalid SQL:

SELECT varname, text
FROM phrase
WHERE fieldname = 'vbsettings' AND
languageid IN(-1, 0, 1)
ORDER BY languageid ASC;

MySQL Error : Server shutdown in progress
Error Number : 1053
I checked vbulletin.com for the meaning of these errors, and it seems the server being offline is the fault of the server I'm on, not me or vbulletin. Needless to say, these sorts of errors could end up corrupting the database, and I don't think I'm to blame in any way because we haven't gone public with our site, and never have more than 2 members on at once. Can you guys please fix this?

Last edited by Andrew; 10-01-2007 at 06:21 PM.
Reply With Quote
  #2  
Old 10-01-2007, 06:28 PM
lnxcode's Avatar
lnxcode lnxcode is offline
The British Kid
 
Join Date: Sep 2007
Location: Richmond, VA
Posts: 2,012
Send a message via AIM to lnxcode Send a message via Skype™ to lnxcode
Default

This normally only happens if you start abusing mysql for quires. The server just shuts down your connection due to abuse, not that there is anything with the actual server.

I've had support check over the configs on the server, and that seems fine. However, they also did some tweaks for you, and maybe that should improve it.
__________________
Thanks,

Denis Motova
Affiliate / Operations Manager

HostICan Answers | Become a HostICan Affiliate | Create a Support Ticket.
Reply With Quote
  #3  
Old 10-01-2007, 06:53 PM
Andrew Andrew is offline
Junior Member
 
Join Date: Oct 2007
Posts: 4
Default

Ah, that makes sense. We've been customizing a lot of the pages lately, but we're nearly done with those. Thank you for your help.
Reply With Quote
  #4  
Old 10-01-2007, 07:28 PM
Scott's Avatar
Scott Scott is offline
Senior Member
 
Join Date: Sep 2007
Location: hostican-coupon.com
Posts: 1,145
Default

How many visitors do you have on your VB site to cause this?
__________________
HostICan Discount - New customer? Save $50 on your HostICan hosting purchase!
HostICan Hosting Reviews - See what other customers say about HostICan.
Simple Hosting - Web Hosting Made Simple!
Reply With Quote
  #5  
Old 10-01-2007, 07:51 PM
Andrew Andrew is offline
Junior Member
 
Join Date: Oct 2007
Posts: 4
Default

Today: no more than one person, plus a Google bot for a little while.
Young Writers Online

And now I'm worried again because I got three more error messages. One happened when I was just making a post - right after logging onto the site from after dinner, so there weren't any queries for a long time before that. Then I went into maintenance and did a repair/optimize tables (several needed fixing). The next two happened while trying to make two more posts.

Quote:
Invalid SQL:

SELECT user.*, subscribethread.emailupdate, subscribethread.subscribethreadid
FROM subscribethread AS subscribethread
INNER JOIN user AS user ON (subscribethread.userid = user.userid)
LEFT JOIN usergroup AS usergroup ON (usergroup.usergroupid = user.usergroupid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
WHERE subscribethread.threadid = 42 AND
subscribethread.emailupdate IN (1, 4) AND
subscribethread.canview = 1 AND
CONCAT(' ', IF(usertextfield.ignorelist IS NULL, '', usertextfield.ignorelist), ' ') NOT LIKE ' 1 ' AND
user.usergroupid <> 3 AND
user.userid <> 1 AND
user.lastactivity >= 1191197828 AND
(usergroup.genericoptions & 32);

MySQL Error : Server shutdown in progress
Error Number : 1053
Date : Monday, October 1st 2007 @ 07:24:46 PM
Script : Young Writers Online
Referrer : Young Writers Online
IP Address : 129.2.175.73
Username : Andy
Classname : vB_Database

Last edited by Andrew; 10-01-2007 at 07:53 PM.
Reply With Quote
  #6  
Old 10-01-2007, 08:01 PM
Librarian's Avatar
Librarian Librarian is offline
Member
 
Join Date: Sep 2007
Posts: 85
Default

I got this same error message today.

Quote:
Database error in vBulletin :

Invalid SQL:
SELECT varname, value, datatype FROM vb_setting;

MySQL Error : MySQL server has gone away
Error Number : 2006
Date : Monday, October 1st 2007 @ 01:45:05 PM
I find it VERY upsetting since this is the *whole reason* I moved to VPS at HostICan in the first place.

The only bit of good news is that there were only two, and no one on the forums seemed to notice.
The second message said this:
Quote:
Database error in vBulletin :

Invalid SQL:

SELECT *
FROM vb_datastore
WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','stylecache','languagecach e','products','pluginlist','cron','profilefield',' adv_modules','adv_portal_cale','adv_portal_home',' adv_portal_opts','adv_portal_page','adv_portal_tps t','attachmentcache','bbcodecache','birthdaycache' ,'eventcache','iconcache','maxloggedin','rankphp', 'smiliecache','userstats');

MySQL Error : MySQL client ran out of memory
Error Number : 2008
I ****Need*** my MySQL server to be able to handle my forum volume. I've got almost 1400 members. I moved to VPS to avoid problems on shared service. Please tell me there's an easy fix.
Reply With Quote
  #7  
Old 10-01-2007, 08:49 PM
lnxcode's Avatar
lnxcode lnxcode is offline
The British Kid
 
Join Date: Sep 2007
Location: Richmond, VA
Posts: 2,012
Send a message via AIM to lnxcode Send a message via Skype™ to lnxcode
Default

Quote:
Originally Posted by Librarian View Post
I got this same error message today.



I find it VERY upsetting since this is the *whole reason* I moved to VPS at HostICan in the first place.

The only bit of good news is that there were only two, and no one on the forums seemed to notice.
The second message said this:


I ****Need*** my MySQL server to be able to handle my forum volume. I've got almost 1400 members. I moved to VPS to avoid problems on shared service. Please tell me there's an easy fix.
This would only impact shared hosting. VPS is a diffrent animal altogether.
__________________
Thanks,

Denis Motova
Affiliate / Operations Manager

HostICan Answers | Become a HostICan Affiliate | Create a Support Ticket.
Reply With Quote
  #8  
Old 10-01-2007, 09:01 PM
Librarian's Avatar
Librarian Librarian is offline
Member
 
Join Date: Sep 2007
Posts: 85
Default

Quote:
Originally Posted by lnxcode View Post
This would only impact shared hosting. VPS is a diffrent animal altogether.
That's the theory anyway, right.


I'm sorry... I hit "new posts" and didn't realize this thread was under Shared when I replied.


But actually, maybe someone can explain why I got this error today when I'm on a VPS.

Actually, I know the answer to this... it's probably because I haven't got my VPS set up correctly.

sigh. There's always more work.

Now I just have to figure out what to do.
Reply With Quote
  #9  
Old 10-01-2007, 09:08 PM
Shazam's Avatar
Shazam Shazam is offline
Forum Whip-Cracker
 
Join Date: Sep 2007
Location: Scottsdale, AZ
Posts: 1,023
Default

Quote:
Originally Posted by Librarian View Post
That's the theory anyway, right.


I'm sorry... I hit "new posts" and didn't realize this thread was under Shared when I replied.


But actually, maybe someone can explain why I got this error today when I'm on a VPS.

Actually, I know the answer to this... it's probably because I haven't got my VPS set up correctly.

sigh. There's always more work.

Now I just have to figure out what to do.
Don't despair. There's a solution for everything. File a support ticket if all else fails.
__________________
Best,
Shazam
HostICan Community Superhero
Reply With Quote
  #10  
Old 10-01-2007, 10:21 PM
Librarian's Avatar
Librarian Librarian is offline
Member
 
Join Date: Sep 2007
Posts: 85
Default

Quote:
Originally Posted by Shazam View Post
Don't despair. There's a solution for everything. File a support ticket if all else fails.
Just got three new errors so I'll go file that ticket now.


I'm usually not so easily discouraged, but I'm tired so it's getting me down.

Thanks.
Reply With Quote
Reply

Tags
away or shutting, server

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RMS Installation Help brown7477 Virtual Private Servers (VPS) 5 06-24-2009 02:23 AM
Server technical info tamco Pre-Sales Questions 7 04-16-2008 03:36 AM
migrations from another host: server to server transfer? magnaromagna Virtual Private Servers (VPS) 3 02-26-2008 09:57 PM
DNS Server Problem r01vetri Shared Hosting 12 02-02-2008 07:37 PM
Apache-WHM Parsing Error (1 change per session) marcOpolo Virtual Private Servers (VPS) 0 01-29-2008 07:26 PM


All times are GMT -4. The time now is 01:07 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.