<?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: Forgot MySQL Root Password &#8211; How To Reset It?</title>
	<atom:link href="http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:54:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Estelita</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-56338</link>
		<dc:creator>Estelita</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-56338</guid>
		<description>My server says: ERROR 1045 (28000): Access denied for user &#039;root&#039;@&#039;localhost&#039; (using password: YES) I&#039;m really stuck.</description>
		<content:encoded><![CDATA[<p>My server says: ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: YES) I&#8217;m really stuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sv</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-17575</link>
		<dc:creator>sv</dc:creator>
		<pubDate>Sun, 20 Sep 2009 15:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-17575</guid>
		<description>if you find difficult to make changes with conf file then. follow the steps as follows.

1) /etc/init.d/mysql stop
2) mysqld_safe --skip-grant-tables &amp;
3) Then follow the above steps from step - 3</description>
		<content:encoded><![CDATA[<p>if you find difficult to make changes with conf file then. follow the steps as follows.</p>
<p>1) /etc/init.d/mysql stop<br />
2) mysqld_safe &#8211;skip-grant-tables &amp;<br />
3) Then follow the above steps from step &#8211; 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-16625</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Wed, 02 Sep 2009 05:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-16625</guid>
		<description>its very useful info...</description>
		<content:encoded><![CDATA[<p>its very useful info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destillat KW31-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-13490</link>
		<dc:creator>Destillat KW31-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</dc:creator>
		<pubDate>Fri, 31 Jul 2009 11:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-13490</guid>
		<description>[...] Forgot MySQL Root Password – How To Reset It? [...]</description>
		<content:encoded><![CDATA[<p>[...] Forgot MySQL Root Password – How To Reset It? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-13159</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Sat, 25 Jul 2009 06:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-13159</guid>
		<description>@Raghu, 

Yeah. There are lot of ways to reset mysql root password. I even know a sysadmin, who copied the data files to another mysql instance and tried to reset the root password in that instance by doing lot of juggling.

Using -skip-grants is probably the easiest and most safe method to reset the mysql root password. I&#039;m happy to hear that you are planning to use this method from now-on-wards.

@Taiwan Fan, @Ndr,

Thanks for your comments. I&#039;m very glad that you found this article helpful.

@Andrey,

Thanks for suggesting --skip-networking option. Yeah. I can definitely see a good use of skip-networking in the particular scenario you&#039;ve suggested.</description>
		<content:encoded><![CDATA[<p>@Raghu, </p>
<p>Yeah. There are lot of ways to reset mysql root password. I even know a sysadmin, who copied the data files to another mysql instance and tried to reset the root password in that instance by doing lot of juggling.</p>
<p>Using -skip-grants is probably the easiest and most safe method to reset the mysql root password. I&#8217;m happy to hear that you are planning to use this method from now-on-wards.</p>
<p>@Taiwan Fan, @Ndr,</p>
<p>Thanks for your comments. I&#8217;m very glad that you found this article helpful.</p>
<p>@Andrey,</p>
<p>Thanks for suggesting &#8211;skip-networking option. Yeah. I can definitely see a good use of skip-networking in the particular scenario you&#8217;ve suggested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndr</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-13073</link>
		<dc:creator>ndr</dc:creator>
		<pubDate>Fri, 24 Jul 2009 02:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-13073</guid>
		<description>very nice info...hopely can practice someday..thanks</description>
		<content:encoded><![CDATA[<p>very nice info&#8230;hopely can practice someday..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taiwan Fan</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-13057</link>
		<dc:creator>Taiwan Fan</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-13057</guid>
		<description>Useful info.

thanks</description>
		<content:encoded><![CDATA[<p>Useful info.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-12998</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Wed, 22 Jul 2009 09:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-12998</guid>
		<description>This looks like the right way to do that. 

Some of my clients insist on having Internet access to their MySql databases. For such cases, I would add steps to disconnect and reconnect network or just add --skip-networking to the command line.</description>
		<content:encoded><![CDATA[<p>This looks like the right way to do that. </p>
<p>Some of my clients insist on having Internet access to their MySql databases. For such cases, I would add steps to disconnect and reconnect network or just add &#8211;skip-networking to the command line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.RAGHU</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-12996</link>
		<dc:creator>S.RAGHU</dc:creator>
		<pubDate>Wed, 22 Jul 2009 09:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-12996</guid>
		<description>Ramesh , thank you for sharing this information. We were previously following lot of roundabout methods.</description>
		<content:encoded><![CDATA[<p>Ramesh , thank you for sharing this information. We were previously following lot of roundabout methods.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
