<?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 to reset a lost MySQL root password</title>
	<atom:link href="http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/</link>
	<description>Common questions, simple answers</description>
	<lastBuildDate>Fri, 19 Mar 2010 01:49:37 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luis</title>
		<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/comment-page-1/#comment-12274</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 05 Oct 2009 12:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1746#comment-12274</guid>
		<description>I&#039;m having some kind of problem...

Having stopped the MySQL server a running the above script, nothing happens...
The mysqld-nt.exe keeps running as a process and the server never starts.
Should this be quick?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having some kind of problem&#8230;</p>
<p>Having stopped the MySQL server a running the above script, nothing happens&#8230;<br />
The mysqld-nt.exe keeps running as a process and the server never starts.<br />
Should this be quick?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amaresh</title>
		<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/comment-page-1/#comment-11834</link>
		<dc:creator>amaresh</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1746#comment-11834</guid>
		<description>Just perfectly described... Saved a lot of time for me...! Thanks</description>
		<content:encoded><![CDATA[<p>Just perfectly described&#8230; Saved a lot of time for me&#8230;! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaiLaughing</title>
		<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/comment-page-1/#comment-9862</link>
		<dc:creator>DaiLaughing</dc:creator>
		<pubDate>Thu, 23 Jul 2009 08:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1746#comment-9862</guid>
		<description>Much simpler than the &quot;official&quot; version pointed out by xxxxxxx.  Nicely written, thanks.</description>
		<content:encoded><![CDATA[<p>Much simpler than the &#8220;official&#8221; version pointed out by xxxxxxx.  Nicely written, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross McKillop</title>
		<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/comment-page-1/#comment-9860</link>
		<dc:creator>Ross McKillop</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1746#comment-9860</guid>
		<description>Thanks Manfred - you&#039;re right, it did convert the double-dashes into a single dash. It&#039;s all fixed now. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks Manfred &#8211; you&#8217;re right, it did convert the double-dashes into a single dash. It&#8217;s all fixed now. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred</title>
		<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/comment-page-1/#comment-9861</link>
		<dc:creator>Manfred</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1746#comment-9861</guid>
		<description>BTW the syntax above is missing a -
There should be a double minus sign in front of the init. Do that and the commands work fine. Looking at it, its missing elsewhere too - so might be your blog s/w converting double en dash to em dash

C:\mysql\bin\mysqld-nt -–init-file=C:\mysql_reset.txt</description>
		<content:encoded><![CDATA[<p>BTW the syntax above is missing a -<br />
There should be a double minus sign in front of the init. Do that and the commands work fine. Looking at it, its missing elsewhere too &#8211; so might be your blog s/w converting double en dash to em dash</p>
<p>C:\mysql\bin\mysqld-nt -–init-file=C:\mysql_reset.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xxxxxxx</title>
		<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/comment-page-1/#comment-9859</link>
		<dc:creator>xxxxxxx</dc:creator>
		<pubDate>Wed, 20 May 2009 16:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1746#comment-9859</guid>
		<description>http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html</description>
		<content:encoded><![CDATA[<p><a href="http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcos Santos</title>
		<link>http://www.simplehelp.net/2008/11/26/how-to-reset-a-lost-mysql-root-password/comment-page-1/#comment-9858</link>
		<dc:creator>Marcos Santos</dc:creator>
		<pubDate>Thu, 25 Dec 2008 03:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1746#comment-9858</guid>
		<description>OI como faço para recuperar a senha do root do linux Kurumin</description>
		<content:encoded><![CDATA[<p>OI como faço para recuperar a senha do root do linux Kurumin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
