<?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: MySQL: Reset Lost Root Password</title>
	<atom:link href="http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/</link>
	<description>one of those blogs</description>
	<lastBuildDate>Sat, 20 Mar 2010 21:38:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sridhar</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3763</link>
		<dc:creator>sridhar</dc:creator>
		<pubDate>Sat, 06 Mar 2010 20:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3763</guid>
		<description>i&#039;m using window OS, and i&#039;m really stuked so,  
could you please provide steps for windows to solve the problem.

thanks in advance...</description>
		<content:encoded><![CDATA[<p>i&#8217;m using window OS, and i&#8217;m really stuked so,<br />
could you please provide steps for windows to solve the problem.</p>
<p>thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3741</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3741</guid>
		<description>Thanks a lot. it works, yippie!</description>
		<content:encoded><![CDATA[<p>Thanks a lot. it works, yippie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3730</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Wed, 10 Feb 2010 00:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3730</guid>
		<description>Don&#039;t worry @H4king, I have no intentions to look up people IPs + &quot;42&quot; would not be the password people would use.

However, thanks for the clever concern :)</description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry @H4king, I have no intentions to look up people IPs + &#8220;42&#8243; would not be the password people would use.</p>
<p>However, thanks for the clever concern <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H4king</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3723</link>
		<dc:creator>H4king</dc:creator>
		<pubDate>Sat, 06 Feb 2010 23:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3723</guid>
		<description>WHEN YOU POST  ...the admins on this web see your IP :) so they login on your mysql server whit password 42 ...suckers</description>
		<content:encoded><![CDATA[<p>WHEN YOU POST  &#8230;the admins on this web see your IP <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so they login on your mysql server whit password 42 &#8230;suckers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3692</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3692</guid>
		<description>Thanks, I assumed reinstalling would reset root password, but it didn&#039;t. 

Thanks to your guide I was able to get going again!</description>
		<content:encoded><![CDATA[<p>Thanks, I assumed reinstalling would reset root password, but it didn&#8217;t. </p>
<p>Thanks to your guide I was able to get going again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: margaret</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3683</link>
		<dc:creator>margaret</dc:creator>
		<pubDate>Tue, 12 Jan 2010 11:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3683</guid>
		<description>This is very helpful,however am using Ubuntu and the query
UPDATE user SET password=PASSWORD(&quot;value=42&quot;) WHERE user=&quot;root&quot;;
did not work well....i hard to omit the word value and use it like:
UPDATE user SET password=PASSWORD(&quot;42&quot;) WHERE user=&quot;root&quot;;

Worked so smoothly! Thanks.</description>
		<content:encoded><![CDATA[<p>This is very helpful,however am using Ubuntu and the query<br />
UPDATE user SET password=PASSWORD(&#8220;value=42&#8243;) WHERE user=&#8221;root&#8221;;<br />
did not work well&#8230;.i hard to omit the word value and use it like:<br />
UPDATE user SET password=PASSWORD(&#8220;42&#8243;) WHERE user=&#8221;root&#8221;;</p>
<p>Worked so smoothly! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn S</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3654</link>
		<dc:creator>Shawn S</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3654</guid>
		<description>Thank you very much for this. I somehow jacked up my db a few months ago and couldn&#039;t get into it. I know nothing about databases, so I was pretty frustrated with MySql and phpMyAdmin until I came across a comment on HowtoForge directing me here. This definitely gets bookmarked.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this. I somehow jacked up my db a few months ago and couldn&#8217;t get into it. I know nothing about databases, so I was pretty frustrated with MySql and phpMyAdmin until I came across a comment on HowtoForge directing me here. This definitely gets bookmarked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreejith</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3647</link>
		<dc:creator>sreejith</dc:creator>
		<pubDate>Tue, 01 Dec 2009 07:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3647</guid>
		<description>thanks ...</description>
		<content:encoded><![CDATA[<p>thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Das</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-3645</link>
		<dc:creator>Tarun Das</dc:creator>
		<pubDate>Mon, 30 Nov 2009 17:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-3645</guid>
		<description>Everything else I found in internet was bogus, even official website of MySQL (http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html) did not help.
IT&#039;s SIMPLE and IT WORKS.
Thank you very much</description>
		<content:encoded><![CDATA[<p>Everything else I found in internet was bogus, even official website of MySQL (<a href="http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html">http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html</a>) did not help.<br />
IT&#8217;s SIMPLE and IT WORKS.<br />
Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maik</title>
		<link>http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/comment-page-1/#comment-2171</link>
		<dc:creator>Maik</dc:creator>
		<pubDate>Fri, 16 Oct 2009 11:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/index.php/2007/04/10/mysql-reset-lost-root-password/#comment-2171</guid>
		<description>It works. Thanks .</description>
		<content:encoded><![CDATA[<p>It works. Thanks .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
