<?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>Digital Journal &#187; change mysql parameter</title>
	<atom:link href="http://digitaljournal.sg/wp/?feed=rss2&#038;tag=change-mysql-parameter" rel="self" type="application/rss+xml" />
	<link>http://digitaljournal.sg/wp</link>
	<description>My Digital Journal</description>
	<lastBuildDate>Mon, 20 Oct 2014 00:32:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>How to change mysql parameter without restart mysql?</title>
		<link>http://digitaljournal.sg/wp/?p=47</link>
		<comments>http://digitaljournal.sg/wp/?p=47#comments</comments>
		<pubDate>Thu, 27 Sep 2012 10:27:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips&Info]]></category>
		<category><![CDATA[change mysql parameter]]></category>
		<category><![CDATA[change mysql parameter without restarting mysqld]]></category>
		<category><![CDATA[no need to restart mysqld after changed parameter]]></category>

		<guid isPermaLink="false">http://digitaljournal.sg/wp/?p=47</guid>
		<description><![CDATA[Try these single and simple command from your mysql cli, to change mysql global parameter on the fly (it&#8217;s means no need to restart the service) mysql&#62; set global max_connections=400; you can check the results using this command mysql&#62; show global variables; always be reminded that parameter has been setup using above command will be [...]]]></description>
			<content:encoded><![CDATA[<p>Try these single and simple command from your mysql cli, to change mysql global parameter on the fly (it&#8217;s means no need to restart the service)</p>
<p><em><strong>mysql&gt; set global max_connections=400;</strong></em></p>
<p>you can check the results using this command</p>
<p><em><strong>mysql&gt; show global variables;</strong></em></p>
<p>always be reminded that parameter has been setup using above command will be not persist across restart, you need to put the parameter in /etc/my.cnf so the changes will persist across reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitaljournal.sg/wp/?feed=rss2&#038;p=47</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
