<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HostOnNet.com &#187; mysql</title>
	<atom:link href="http://blog.hostonnet.com/category/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hostonnet.com</link>
	<description>Windows, Linux, Ubuntu, Web Hosting</description>
	<lastBuildDate>Mon, 07 Jun 2010 08:14:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Limit number of connections for MySQL user</title>
		<link>http://blog.hostonnet.com/limit-number-of-connections-for-mysql-user</link>
		<comments>http://blog.hostonnet.com/limit-number-of-connections-for-mysql-user#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:31:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[limit connections]]></category>
		<category><![CDATA[limit mysql usage]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=159</guid>
		<description><![CDATA[To limit number of mysql connection per user, edit /etc/my.cnf vi /etc/my.cnf In [mysqld] section, set value for max_user_connections. &#91;mysqld&#93; max_user_connections=40 This will limit mysql connections at a time for any user to 40.]]></description>
			<content:encoded><![CDATA[<p>To limit number of mysql connection per user, edit /etc/my.cnf</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>my.cnf</pre></div></div>

<p>In [mysqld] section, set value for max_user_connections.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>mysqld<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #007800;">max_user_connections</span>=<span style="color: #000000;">40</span></pre></div></div>

<p>This will limit mysql connections at a time for any user to 40.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/limit-number-of-connections-for-mysql-user/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
