<?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: How Do I Restart MySQL Server?</title>
	<atom:link href="http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/</link>
	<description>The Personal Blog of Vivek Gite</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:06:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-12333</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 27 Feb 2010 14:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-12333</guid>
		<description>chkconfig --level 345 mysql on
will autostart mysql on fedora systems.</description>
		<content:encoded><![CDATA[<p>chkconfig &#8211;level 345 mysql on<br />
will autostart mysql on fedora systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosario</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-12195</link>
		<dc:creator>Rosario</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-12195</guid>
		<description>I use /etc/init.d/mysqld restart in RedHat Linux and i dont had any problem</description>
		<content:encoded><![CDATA[<p>I use /etc/init.d/mysqld restart in RedHat Linux and i dont had any problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-11840</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Tue, 22 Dec 2009 23:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-11840</guid>
		<description>It saved my day. I know nothing about mysql and I hade to restart one!</description>
		<content:encoded><![CDATA[<p>It saved my day. I know nothing about mysql and I hade to restart one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ihsanullah</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-11524</link>
		<dc:creator>Ihsanullah</dc:creator>
		<pubDate>Wed, 28 Oct 2009 06:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-11524</guid>
		<description>Thanks, very works for me.</description>
		<content:encoded><![CDATA[<p>Thanks, very works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muntasir</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-11405</link>
		<dc:creator>Muntasir</dc:creator>
		<pubDate>Sun, 04 Oct 2009 09:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-11405</guid>
		<description>Hi, everyone. I&#039;ve developed a project in php which requires one shell file as backup/output, one same file - manually updated. Between these two shell files if anyone is changed, the newer should update the older one. I&#039;ve done it already by shell script but after the update process I need to restart the service I&#039;m working on. I know the terminal command which is &quot;/etc/init.d/service_name restart&quot; but when I put this in my shell file it doesn&#039;t work. Everything else are working but not the restart command. Can anyone help me out? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, everyone. I&#8217;ve developed a project in php which requires one shell file as backup/output, one same file &#8211; manually updated. Between these two shell files if anyone is changed, the newer should update the older one. I&#8217;ve done it already by shell script but after the update process I need to restart the service I&#8217;m working on. I know the terminal command which is &#8220;/etc/init.d/service_name restart&#8221; but when I put this in my shell file it doesn&#8217;t work. Everything else are working but not the restart command. Can anyone help me out? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-11334</link>
		<dc:creator>Douglas</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-11334</guid>
		<description>you use the comand top
and see all process and look,
 what procces using more Memory and use killall nameprocess or kill pid process</description>
		<content:encoded><![CDATA[<p>you use the comand top<br />
and see all process and look,<br />
 what procces using more Memory and use killall nameprocess or kill pid process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phyp</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-11203</link>
		<dc:creator>phyp</dc:creator>
		<pubDate>Sat, 22 Aug 2009 03:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-11203</guid>
		<description>Hey thanks a lot,

Very very useful post.</description>
		<content:encoded><![CDATA[<p>Hey thanks a lot,</p>
<p>Very very useful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mp3</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-11111</link>
		<dc:creator>mp3</dc:creator>
		<pubDate>Sun, 02 Aug 2009 04:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-11111</guid>
		<description>Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowena</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-10767</link>
		<dc:creator>Rowena</dc:creator>
		<pubDate>Mon, 25 May 2009 02:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-10767</guid>
		<description>For fedora, You must start mysqld everytime you boot up your pc, using /etc/init.d/mysqld start
If you stop without knowing it is starting it will show errors, you must start first, ok?</description>
		<content:encoded><![CDATA[<p>For fedora, You must start mysqld everytime you boot up your pc, using /etc/init.d/mysqld start<br />
If you stop without knowing it is starting it will show errors, you must start first, ok?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom-2000</title>
		<link>http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-mysql-server/comment-page-1/#comment-10713</link>
		<dc:creator>Dom-2000</dc:creator>
		<pubDate>Tue, 12 May 2009 13:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://b.cyberciti.org/wp1/how-do-i-restart-mysql-server.html#comment-10713</guid>
		<description>You can also use:
# kill mysqld
.. wait till it shuts down - you can check by
# ps ax &#124; grep mysql
then start it:
# cd /usr/local/mysql/bin     (or where your mysql is installed)
# ./mysqld_safe &amp;</description>
		<content:encoded><![CDATA[<p>You can also use:<br />
# kill mysqld<br />
.. wait till it shuts down &#8211; you can check by<br />
# ps ax | grep mysql<br />
then start it:<br />
# cd /usr/local/mysql/bin     (or where your mysql is installed)<br />
# ./mysqld_safe &amp;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.071 seconds -->
