<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: GoDaddy Disabled My DataBase Because of StatPress WP Plugin!</title>
	<atom:link href="http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/</link>
	<description>Hesham Zebida&#039;s Personal Page</description>
	<lastBuildDate>Thu, 22 Mar 2012 10:08:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MySQL DBA</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-4469</link>
		<dc:creator>MySQL DBA</dc:creator>
		<pubDate>Mon, 21 Jun 2010 08:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-4469</guid>
		<description>While I may not necessarily agree with the whole &quot;shut them down immediately&quot; process, I can understand it.  As a MySQL Database Administrator, I can say that most shared hosting providers cram WAY to many users onto one server.  The more users they can put on one server, the less hardware they have to buy, and the more money they&#039;re going to make.  

The problem with shared hosting is that hosting companies have to set very certain limits in order to prevent runaway queries from taking over the server.  If a user has a query that examines an exorbitant number of rows from their database (I&#039;ve seen 1.32E47 rows examined before from an EXPLAIN command), the query will take forever and never end, in theory.  All the while, that query is likely trying to sort the records in a temporary table.  Temp tables are stored in memory.  Huge queries like that take up all the free memory and then all the swap space (physical storage space used as memory) on the server and there is literally NO memory left on the server.  I have seen a single user use up all 48 GB of memory on a server before because of one bad query.  

At that point, what is a hosting company to do?  Yes they can kill the query, but how can you prevent that query from coming back? They have to protect their best interests.  So does that mean shutting down and upsetting 1 user, or does it mean letting it go and letting the other 1,000, 2,000, or more customers on that same server suffer because of the 1 negligent user?  It&#039;s pretty obvious what they need to do.  In order to prevent pissing off 2,000+ customers, they piss off the one and shut them down.  They realistically can not keep that database running while they notify the problem user as they have to get the server back to a working state immediately for the sake of the thousands of other customers on the same hardware.

It&#039;s unfortunate that you were the one customer in this instance, but if they let it go, they&#039;d have thousands of angry customers sending tickets and calling and complaining about poor server performance.  They&#039;d rather risk have 1 customer jump ship as opposed to potentially thousands.  It&#039;s pretty much a lose-lose situation for everyone involved, and it sucks, but every hosting provider will do the exact same thing, as the other posters mentioned.  

The best solution, as others mentioned, is remove yourself from that situation and go with a virtual dedicated or dedicated server.  Although I&#039;ve seen single users crash VPS&#039;s before since obviously there are certain shared resources there still.  

I hope this can shed a little light on why hosting providers do some of the things they do that may piss us off and I hope everything works out for the best for you.  

P.S. I will say that from a design standpoint, StatPress is a crappy plugin.  It provides very useful information, but it causes nothing but problems for site owners.  Do a quick google search on it and you&#039;ll see a plethora of people complaining about poor site performance due to StatPress.</description>
		<content:encoded><![CDATA[<p>While I may not necessarily agree with the whole &#8220;shut them down immediately&#8221; process, I can understand it.  As a MySQL Database Administrator, I can say that most shared hosting providers cram WAY to many users onto one server.  The more users they can put on one server, the less hardware they have to buy, and the more money they&#8217;re going to make.  </p>
<p>The problem with shared hosting is that hosting companies have to set very certain limits in order to prevent runaway queries from taking over the server.  If a user has a query that examines an exorbitant number of rows from their database (I&#8217;ve seen 1.32E47 rows examined before from an EXPLAIN command), the query will take forever and never end, in theory.  All the while, that query is likely trying to sort the records in a temporary table.  Temp tables are stored in memory.  Huge queries like that take up all the free memory and then all the swap space (physical storage space used as memory) on the server and there is literally NO memory left on the server.  I have seen a single user use up all 48 GB of memory on a server before because of one bad query.  </p>
<p>At that point, what is a hosting company to do?  Yes they can kill the query, but how can you prevent that query from coming back? They have to protect their best interests.  So does that mean shutting down and upsetting 1 user, or does it mean letting it go and letting the other 1,000, 2,000, or more customers on that same server suffer because of the 1 negligent user?  It&#8217;s pretty obvious what they need to do.  In order to prevent pissing off 2,000+ customers, they piss off the one and shut them down.  They realistically can not keep that database running while they notify the problem user as they have to get the server back to a working state immediately for the sake of the thousands of other customers on the same hardware.</p>
<p>It&#8217;s unfortunate that you were the one customer in this instance, but if they let it go, they&#8217;d have thousands of angry customers sending tickets and calling and complaining about poor server performance.  They&#8217;d rather risk have 1 customer jump ship as opposed to potentially thousands.  It&#8217;s pretty much a lose-lose situation for everyone involved, and it sucks, but every hosting provider will do the exact same thing, as the other posters mentioned.  </p>
<p>The best solution, as others mentioned, is remove yourself from that situation and go with a virtual dedicated or dedicated server.  Although I&#8217;ve seen single users crash VPS&#8217;s before since obviously there are certain shared resources there still.  </p>
<p>I hope this can shed a little light on why hosting providers do some of the things they do that may piss us off and I hope everything works out for the best for you.  </p>
<p>P.S. I will say that from a design standpoint, StatPress is a crappy plugin.  It provides very useful information, but it causes nothing but problems for site owners.  Do a quick google search on it and you&#8217;ll see a plethora of people complaining about poor site performance due to StatPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy Host User</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-4403</link>
		<dc:creator>Happy Host User</dc:creator>
		<pubDate>Thu, 15 Apr 2010 09:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-4403</guid>
		<description>Try nearlyfreespeech.net if you&#039;re technically qualified to handle installations and upgrades yourself. No hassles, great philosophy, no overselling, just plain pay for what you use! You may probably get away with spending just a few dollars every year (yes, every year, not month) - that excludes domain costs though.</description>
		<content:encoded><![CDATA[<p>Try nearlyfreespeech.net if you&#8217;re technically qualified to handle installations and upgrades yourself. No hassles, great philosophy, no overselling, just plain pay for what you use! You may probably get away with spending just a few dollars every year (yes, every year, not month) &#8211; that excludes domain costs though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wrestling critic</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-4361</link>
		<dc:creator>Wrestling critic</dc:creator>
		<pubDate>Sun, 28 Mar 2010 17:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-4361</guid>
		<description>I am Going Threw The Same Problem Right NOW. I dont have a DB back up, the WP site has only been live for 3 months, And they are Really PISSING ME OFF, I cant even log into WP to deactivate Plugin&#039;s, WHAT A Dumb way to help people out !!!!!  no warning, just shut down, and Emails that take 24 hour&#039;s + to get a reply, even on the Phone Rep&#039;s can not help, But at least they can Under stand Why I&#039;m between a Rock and hard spot witch don&#039;t say Much just that they know what 2 + 2 is. 
If this Don&#039;t get Fixed Soon, I will take However much Time Needed to change to HostGator.</description>
		<content:encoded><![CDATA[<p>I am Going Threw The Same Problem Right NOW. I dont have a DB back up, the WP site has only been live for 3 months, And they are Really PISSING ME OFF, I cant even log into WP to deactivate Plugin&#8217;s, WHAT A Dumb way to help people out !!!!!  no warning, just shut down, and Emails that take 24 hour&#8217;s + to get a reply, even on the Phone Rep&#8217;s can not help, But at least they can Under stand Why I&#8217;m between a Rock and hard spot witch don&#8217;t say Much just that they know what 2 + 2 is.<br />
If this Don&#8217;t get Fixed Soon, I will take However much Time Needed to change to HostGator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basic Websites</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-4120</link>
		<dc:creator>Basic Websites</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-4120</guid>
		<description>I use Hostgator for all my websites now, I found GoDaddy to be a waste of space. With Hostgator I can speak to a real person (the instant chat option is excellent), the GoDaddy ticket system was very basic and is not as good as speaking to a real person.</description>
		<content:encoded><![CDATA[<p>I use Hostgator for all my websites now, I found GoDaddy to be a waste of space. With Hostgator I can speak to a real person (the instant chat option is excellent), the GoDaddy ticket system was very basic and is not as good as speaking to a real person.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hesham</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-3521</link>
		<dc:creator>Hesham</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-3521</guid>
		<description>&lt;a href=&quot;#comment-1113&quot; rel=&quot;nofollow&quot;&gt;@Fred Cash&lt;/a&gt;, I think the problem was because I didn&#039;t set up my plugin to delete files after 1 month, so the database queries was eating the bandwidth!</description>
		<content:encoded><![CDATA[<p><a href="#comment-1113" rel="nofollow">@Fred Cash</a>, I think the problem was because I didn&#8217;t set up my plugin to delete files after 1 month, so the database queries was eating the bandwidth!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hesham</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-3520</link>
		<dc:creator>Hesham</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-3520</guid>
		<description>&lt;a href=&quot;#comment-3514&quot; rel=&quot;nofollow&quot;&gt;@Gabriella Mckee&lt;/a&gt;,   thank you for the tip Gabriella!
.-= Hesham&#180;s last blog ..&lt;a href=&quot;http://zebida.com/main/5-step-by-step-video-tutorial-modules-for-top-making-money-methods-%E2%80%9Cwordpress-wizard-2-0%E2%80%9D-from-maxblogpress/&quot; rel=&quot;nofollow&quot;&gt;5 Step-By-Step Video Tutorial Modules for Top Making Money Methods “WordPress Wizard 2.0” from MaxBlogPress&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3514" rel="nofollow">@Gabriella Mckee</a>,   thank you for the tip Gabriella!<br />
.-= Hesham&#180;s last blog ..<a href="http://zebida.com/main/5-step-by-step-video-tutorial-modules-for-top-making-money-methods-%E2%80%9Cwordpress-wizard-2-0%E2%80%9D-from-maxblogpress/" rel="nofollow">5 Step-By-Step Video Tutorial Modules for Top Making Money Methods “WordPress Wizard 2.0” from MaxBlogPress</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriella Mckee</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-3514</link>
		<dc:creator>Gabriella Mckee</dc:creator>
		<pubDate>Fri, 18 Sep 2009 09:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-3514</guid>
		<description>This is great info. So good in fact that i&#039;ll have to do a write up about it 

I have no problem buying my domains from godaddy but hosting....never!
.-= Gabriella Mckee&#180;s last undefined ..&lt;a href=&quot;0&quot; rel=&quot;nofollow&quot;&gt;If you register your site for free at &lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>This is great info. So good in fact that i&#8217;ll have to do a write up about it </p>
<p>I have no problem buying my domains from godaddy but hosting&#8230;.never!<br />
.-= Gabriella Mckee&#180;s last undefined ..<a href="0" rel="nofollow">If you register your site for free at </a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Cash</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-1113</link>
		<dc:creator>Fred Cash</dc:creator>
		<pubDate>Fri, 15 May 2009 00:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-1113</guid>
		<description>I&#039;ve been using the WP Statpress plugin for years and it&#039;s always worked well for me. I do have issues with some of the other plugins like Wordbook, and the Onlywire Autoposter, but never have I had a problem with the Statpress plugin.  I&#039;ve used Godaddy hosting on some sites and it&#039;s never been that easy in setting up a Wordpress on there, so I mostly recommend to not use Godaddy but rather another hosting company that has as stable platform for Wordpress.  I usually recommend either Hostgator, 1and1, or SEOhosting.  All of these give you the resources you need to get a Wordpress up easy and all the plugins work great.  Thanks for sharing this and I&#039;m going to dig in a little deeper to see what issues I can find with the Statpress plugin on Godaddy.

&lt;abbr&gt;&lt;em&gt;Fred Cash’s last blog post..&lt;a href=&quot;http://feedproxy.google.com/~r/CashAdvanceReviews/~3/ZNErU1EujYE/393-why-use-payday-loans&quot; rel=&quot;nofollow&quot;&gt;Why Use Payday Loans&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using the WP Statpress plugin for years and it&#8217;s always worked well for me. I do have issues with some of the other plugins like Wordbook, and the Onlywire Autoposter, but never have I had a problem with the Statpress plugin.  I&#8217;ve used Godaddy hosting on some sites and it&#8217;s never been that easy in setting up a WordPress on there, so I mostly recommend to not use Godaddy but rather another hosting company that has as stable platform for WordPress.  I usually recommend either Hostgator, 1and1, or SEOhosting.  All of these give you the resources you need to get a WordPress up easy and all the plugins work great.  Thanks for sharing this and I&#8217;m going to dig in a little deeper to see what issues I can find with the Statpress plugin on Godaddy.</p>
<p><abbr><em>Fred Cash’s last blog post..<a href="http://feedproxy.google.com/~r/CashAdvanceReviews/~3/ZNErU1EujYE/393-why-use-payday-loans" rel="nofollow">Why Use Payday Loans</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hesham</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-445</link>
		<dc:creator>Hesham</dc:creator>
		<pubDate>Mon, 16 Mar 2009 22:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-445</guid>
		<description>&lt;a href=&quot;#comment-444&quot; rel=&quot;nofollow&quot;&gt;@elfams&lt;/a&gt;, Glad you like it, you can get a very nice and powerful themes by being a member of &lt;a href=&quot;http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=1141&quot; rel=&quot;nofollow&quot;&gt;EleganTheme&lt;/a&gt; , Thanks for the visit!</description>
		<content:encoded><![CDATA[<p><a href="#comment-444" rel="nofollow">@elfams</a>, Glad you like it, you can get a very nice and powerful themes by being a member of <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=1141" rel="nofollow">EleganTheme</a> , Thanks for the visit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elfams</title>
		<link>http://zebida.com/main/godaddy-disabled-my-database-because-of-statpress-wp-plugin/comment-page-1/#comment-444</link>
		<dc:creator>elfams</dc:creator>
		<pubDate>Mon, 16 Mar 2009 22:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://zebida.com/main/?p=235#comment-444</guid>
		<description>wow...good blog...and nice theme..

&lt;abbr&gt;&lt;em&gt;elfams’s last blog post..&lt;a href=&quot;http://kompi21.com/2009/seo-service-to-market-your-site/&quot; rel=&quot;nofollow&quot;&gt;SEO Service to market your site&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>wow&#8230;good blog&#8230;and nice theme..</p>
<p><abbr><em>elfams’s last blog post..<a href="http://kompi21.com/2009/seo-service-to-market-your-site/" rel="nofollow">SEO Service to market your site</a></em></abbr></p>
]]></content:encoded>
	</item>
</channel>
</rss>

