<?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, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-130807</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 08 Oct 2011 09:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-130807</guid>
		<description>Fantastic! Thank-you.
Only thing extra I had to do was before step 5,
mysql&gt; USE mysql;
Very useful article.</description>
		<content:encoded><![CDATA[<p>Fantastic! Thank-you.<br />
Only thing extra I had to do was before step 5,<br />
mysql&gt; USE mysql;<br />
Very useful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasonpsage</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-119274</link>
		<dc:creator>jasonpsage</dc:creator>
		<pubDate>Mon, 25 Jul 2011 16:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-119274</guid>
		<description>NOTE: I had to do something weird but it worked. I have multiple hosts per user - so only users from certain origins can connect. 

When I ran the update command, as suggested above, even after switching to &quot;use mysql&quot; database.. it found matches but didn&#039;t update the password. &quot;5 matches, 0 Rows Effected&quot;   (????? Geesh                         (B^)&gt; 

The ultimate fix for me - risky - but - worked - was - networking was on, I connected remotely with MySQL Administrator (while MySQL running with GRANT options off) (risky but...) I connected with MySQL Administrator, changed the password on the &quot;root@localhost&quot; entry in my user/host entry and applied the password that way.

I then logged out, shut down MySQL, reset the /etc/rc.d/init.d/mysqld file back how it was (no skip grant option) - and Whella! Success!!    Just thought I&#039;d share the bit with you folks.

--Jason P Sage - (B^)&gt;</description>
		<content:encoded><![CDATA[<p>NOTE: I had to do something weird but it worked. I have multiple hosts per user &#8211; so only users from certain origins can connect. </p>
<p>When I ran the update command, as suggested above, even after switching to &#8220;use mysql&#8221; database.. it found matches but didn&#8217;t update the password. &#8220;5 matches, 0 Rows Effected&#8221;   (????? Geesh                         (B^)&gt; </p>
<p>The ultimate fix for me &#8211; risky &#8211; but &#8211; worked &#8211; was &#8211; networking was on, I connected remotely with MySQL Administrator (while MySQL running with GRANT options off) (risky but&#8230;) I connected with MySQL Administrator, changed the password on the &#8220;root@localhost&#8221; entry in my user/host entry and applied the password that way.</p>
<p>I then logged out, shut down MySQL, reset the /etc/rc.d/init.d/mysqld file back how it was (no skip grant option) &#8211; and Whella! Success!!    Just thought I&#8217;d share the bit with you folks.</p>
<p>&#8211;Jason P Sage &#8211; (B^)&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasonpsage</title>
		<link>http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/comment-page-1/#comment-119272</link>
		<dc:creator>jasonpsage</dc:creator>
		<pubDate>Mon, 25 Jul 2011 14:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=784#comment-119272</guid>
		<description>Going through a &quot;server&quot; inoculation/sterilization due to the bad guys getting lucky on a Joomla vulnerability... (not finished yet but....) I went through a period of fast password changes and the like - but out did myself on mysql... SAFELY locked down and secured!.... um... from me too! (B^)&gt;   

This article gave me a no non-sense responsible way for a sys admin to clean house, and for that: This article is most appreciated by me. 

--Jason P Sage</description>
		<content:encoded><![CDATA[<p>Going through a &#8220;server&#8221; inoculation/sterilization due to the bad guys getting lucky on a Joomla vulnerability&#8230; (not finished yet but&#8230;.) I went through a period of fast password changes and the like &#8211; but out did myself on mysql&#8230; SAFELY locked down and secured!&#8230;. um&#8230; from me too! (B^)&gt;   </p>
<p>This article gave me a no non-sense responsible way for a sys admin to clean house, and for that: This article is most appreciated by me. </p>
<p>&#8211;Jason P Sage</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 15:44:18 -->
