<?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: [HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</title>
	<atom:link href="http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/</link>
	<description>Yes!! Its absolutely tech...</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: edl</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-2088</link>
		<dc:creator>edl</dc:creator>
		<pubDate>Thu, 29 Sep 2011 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-2088</guid>
		<description>Excellent tutorial, very clear and concise! It&#039;s got me back on track! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial, very clear and concise! It&#8217;s got me back on track! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeewantha</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-2047</link>
		<dc:creator>Jeewantha</dc:creator>
		<pubDate>Thu, 07 Jul 2011 11:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-2047</guid>
		<description>Worked nice &amp; smoothly, many thanks!!!</description>
		<content:encoded><![CDATA[<p>Worked nice &amp; smoothly, many thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajib</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-1955</link>
		<dc:creator>Rajib</dc:creator>
		<pubDate>Sun, 13 Mar 2011 04:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-1955</guid>
		<description>retype &#039;new_password&#039; and &#039;root&#039; with proper quote .... copying and pasting wont work .... u need to edit that line so mysql can read it !! </description>
		<content:encoded><![CDATA[<p>retype &#8216;new_password&#8217; and &#8216;root&#8217; with proper quote &#8230;. copying and pasting wont work &#8230;. u need to edit that line so mysql can read it !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phiri</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-1945</link>
		<dc:creator>Phiri</dc:creator>
		<pubDate>Sat, 05 Mar 2011 10:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-1945</guid>
		<description>Very nice; you could also use the command below though.
dpkg-reconfigure mysql-server-5.1

Prompt will pop up requesting you to type in your new password.</description>
		<content:encoded><![CDATA[<p>Very nice; you could also use the command below though.<br />
dpkg-reconfigure mysql-server-5.1</p>
<p>Prompt will pop up requesting you to type in your new password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Mittal</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-1935</link>
		<dc:creator>Deepak Mittal</dc:creator>
		<pubDate>Sat, 19 Feb 2011 04:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-1935</guid>
		<description>You&#039;ve to type it in mysql client, not in terminal.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve to type it in mysql client, not in terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jmcgoffin</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-1934</link>
		<dc:creator>Jmcgoffin</dc:creator>
		<pubDate>Fri, 18 Feb 2011 22:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-1934</guid>
		<description>bash: syntax error near unexpected token ` ( &#039; 

after entering the following line...
UPDATE mysql.user SET Password=PASSWORD(‘new_password’) WHERE User=’root’;</description>
		<content:encoded><![CDATA[<p>bash: syntax error near unexpected token ` ( &#8216; </p>
<p>after entering the following line&#8230;<br />
UPDATE mysql.user SET Password=PASSWORD(‘new_password’) WHERE User=’root’;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Lewandowski</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-1932</link>
		<dc:creator>Todd Lewandowski</dc:creator>
		<pubDate>Mon, 14 Feb 2011 04:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-1932</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gcanaday</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-1898</link>
		<dc:creator>Gcanaday</dc:creator>
		<pubDate>Sat, 01 Jan 2011 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-1898</guid>
		<description>Beautiful. Exactly what I needed to know. I missed a step in there.</description>
		<content:encoded><![CDATA[<p>Beautiful. Exactly what I needed to know. I missed a step in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/comment-page-1/#comment-1884</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Fri, 03 Dec 2010 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.absolutelytech.com/?p=449#comment-1884</guid>
		<description>thanks a lot! :)</description>
		<content:encoded><![CDATA[<p>thanks a lot! <img src='http://www.absolutelytech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 8/19 queries in 0.012 seconds using apc
Object Caching 453/459 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 09:52:54 -->
