<?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>Kurinchi Blogger Scribbles ... &#187; mysql stop</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/mysql-stop/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MySQL: How to stop, start or restart mysql?</title>
		<link>http://kurinchilamp.kurinchilion.com/2011/08/mysql-how-to-stop-start-or-restart-mysql.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2011/08/mysql-how-to-stop-start-or-restart-mysql.html#comments</comments>
		<pubDate>Thu, 11 Aug 2011 00:00:34 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[mysql restart]]></category>
		<category><![CDATA[mysql start]]></category>
		<category><![CDATA[mysql stop]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=906</guid>
		<description><![CDATA[In linux, following commands are used to start/stop/restart mysql $/etc/init.d/mysqld start $/etc/init.d/mysqld restart $/etc/init.d/mysqld stop In windows, mysql runs as a service. C:&#62; net stop mysql C:&#62; net start mysql]]></description>
			<content:encoded><![CDATA[<p><em>In linux, following commands are used to start/stop/restart mysql</em></p>
<p>$<strong>/etc/init.d/mysqld start</strong><br />
$<strong>/etc/init.d/mysqld restart</strong><br />
$<strong>/etc/init.d/mysqld stop</strong></p>
<p><em>In windows, mysql runs as a service.</em><br />
C:&gt; <strong>net stop mysql</strong><br />
C:&gt; <strong>net start mysql</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2011/08/mysql-how-to-stop-start-or-restart-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows command prompt mysql start stop</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/01/windows-command-prompt-mysql-start-stop.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/01/windows-command-prompt-mysql-start-stop.html#comments</comments>
		<pubDate>Tue, 20 Jan 2009 23:58:32 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Linux Database]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[mysql start]]></category>
		<category><![CDATA[mysql stop]]></category>
		<category><![CDATA[windows mysql]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=243</guid>
		<description><![CDATA[To start MySQL service from Windows command prompt c:\mysql\bin&#62; net start mysql To stop MySQL service from Windows command prompt c:\mysql\bin&#62; net stop mysql]]></description>
			<content:encoded><![CDATA[<p><strong>To start MySQL service from Windows command prompt</strong></p>
<p>c:\mysql\bin&gt; net start mysql</p>
<p><strong>To stop MySQL service from Windows command prompt</strong></p>
<p>c:\mysql\bin&gt; net stop mysql</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/01/windows-command-prompt-mysql-start-stop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

