<?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: MySQL : Too many connection errors.</title>
	<atom:link href="http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/</link>
	<description>Learn something share something</description>
	<lastBuildDate>Fri, 16 Jul 2010 20:06:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maresa</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-2955</link>
		<dc:creator>Maresa</dc:creator>
		<pubDate>Sun, 21 Feb 2010 19:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-2955</guid>
		<description>If it is due to disk being full, login to the server (through SSH or equivalent) and delete unnecessary files (perhaps old logs, etc).</description>
		<content:encoded><![CDATA[<p>If it is due to disk being full, login to the server (through SSH or equivalent) and delete unnecessary files (perhaps old logs, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundar</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-2827</link>
		<dc:creator>sundar</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-2827</guid>
		<description>hai how to clear the disk space. Because i still face the &quot;too many connection error&quot;</description>
		<content:encoded><![CDATA[<p>hai how to clear the disk space. Because i still face the &#8220;too many connection error&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maresa</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-936</link>
		<dc:creator>Maresa</dc:creator>
		<pubDate>Sun, 11 Oct 2009 01:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-936</guid>
		<description>Hmmm ... getting this error when server was under pressure from Google bot seems a legitimate too many connections error, especially if you don&#039;t have connection pooling.</description>
		<content:encoded><![CDATA[<p>Hmmm &#8230; getting this error when server was under pressure from Google bot seems a legitimate too many connections error, especially if you don&#8217;t have connection pooling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeephnx</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-923</link>
		<dc:creator>jeephnx</dc:creator>
		<pubDate>Sat, 10 Oct 2009 05:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-923</guid>
		<description>Thanks. I can confirm from experience that a full disk creates this error. I guess it needs temp space to create the connection but fails and returns the message. Interestingly I also found the server was under pressure from googlebot which Ive read may also cause this error.</description>
		<content:encoded><![CDATA[<p>Thanks. I can confirm from experience that a full disk creates this error. I guess it needs temp space to create the connection but fails and returns the message. Interestingly I also found the server was under pressure from googlebot which Ive read may also cause this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maresa</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-412</link>
		<dc:creator>Maresa</dc:creator>
		<pubDate>Mon, 20 Jul 2009 01:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-412</guid>
		<description>You need to login as super user. Then execute this code:

SET GLOBAL max_connections = 200;

If you want to change it permanently, you can add the following like under mysqld section.

max_connections = 500

Thanks for the question. I&#039;ll modify the post to include this information.</description>
		<content:encoded><![CDATA[<p>You need to login as super user. Then execute this code:</p>
<p>SET GLOBAL max_connections = 200;</p>
<p>If you want to change it permanently, you can add the following like under mysqld section.</p>
<p>max_connections = 500</p>
<p>Thanks for the question. I&#8217;ll modify the post to include this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fauzy</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-411</link>
		<dc:creator>fauzy</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-411</guid>
		<description>May i know how to increase the max_connection?
is it by using command? how can i get it?..
many web said &quot;Increase max_connections variable&quot; but not tell exactly the step to fix it.</description>
		<content:encoded><![CDATA[<p>May i know how to increase the max_connection?<br />
is it by using command? how can i get it?..<br />
many web said &quot;Increase max_connections variable&quot; but not tell exactly the step to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maresa</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-247</link>
		<dc:creator>Maresa</dc:creator>
		<pubDate>Fri, 12 Jun 2009 03:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-247</guid>
		<description>I don&#039;t think you can limit a database size to a specific MB. You can, however, try to have the database on a specific directory on the server and have that directory size limited. In that case, it&#039;s more like the OS file restriction (or quota) rather than database-imposed limitation.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you can limit a database size to a specific MB. You can, however, try to have the database on a specific directory on the server and have that directory size limited. In that case, it&#8217;s more like the OS file restriction (or quota) rather than database-imposed limitation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.microshell.com/database/mysql/mysql-too-many-connection-errors/comment-page-1/#comment-245</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Wed, 10 Jun 2009 09:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.microshell.com/?p=430#comment-245</guid>
		<description>hi.. can i just ask how can i limit a database size to a specific MB? because we are trying to make like a demo version thanx!</description>
		<content:encoded><![CDATA[<p>hi.. can i just ask how can i limit a database size to a specific MB? because we are trying to make like a demo version thanx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
