<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Resetting Your Forgotten MySQL Password</title>
	<atom:link href="http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/</link>
	<description>think. code. design. innovate.</description>
	<lastBuildDate>Mon, 05 Mar 2012 20:06:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tim Knight</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-310</link>
		<dc:creator><![CDATA[Tim Knight]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 20:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-310</guid>
		<description><![CDATA[Thank you Robert. I definitely did avoid addressing how to stop the service since many users would be different (depending on operating system). Thanks for posting how to do it for Mac OSX.]]></description>
		<content:encoded><![CDATA[<p>Thank you Robert. I definitely did avoid addressing how to stop the service since many users would be different (depending on operating system). Thanks for posting how to do it for Mac OSX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-309</link>
		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 20:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-309</guid>
		<description><![CDATA[Awesome, thanks!!! The only thing I would add for novices like me is how to stop the server.

/Library/StartupItems/MySQLCOM/MySQLCOM stop]]></description>
		<content:encoded><![CDATA[<p>Awesome, thanks!!! The only thing I would add for novices like me is how to stop the server.</p>
<p>/Library/StartupItems/MySQLCOM/MySQLCOM stop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhavi ganti</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-304</link>
		<dc:creator><![CDATA[madhavi ganti]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 20:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-304</guid>
		<description><![CDATA[Thanks !! That worked :)]]></description>
		<content:encoded><![CDATA[<p>Thanks !! That worked :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Knight</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-303</link>
		<dc:creator><![CDATA[Tim Knight]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 12:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-303</guid>
		<description><![CDATA[First make sure that you have the server running successfully without the grant tables. Next you might consider running the server using the sudo command if you didn&#039;t previously. There are several entries in the MySQL support forum with that error message that might be able to provide you with some solid insight.]]></description>
		<content:encoded><![CDATA[<p>First make sure that you have the server running successfully without the grant tables. Next you might consider running the server using the sudo command if you didn&#8217;t previously. There are several entries in the MySQL support forum with that error message that might be able to provide you with some solid insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhavi ganti</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-302</link>
		<dc:creator><![CDATA[madhavi ganti]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 04:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-302</guid>
		<description><![CDATA[On opening the second terminal window, and using &quot; /usr/local/mysql/bin/mysql mysql&quot; (withouth quotes) resulted in ERROR 1044 (42000): Access denied for user &#039;&#039;@&#039;localhost&#039; to database &#039;mysql&#039;...Any ideas how I can resolve this?? :(]]></description>
		<content:encoded><![CDATA[<p>On opening the second terminal window, and using &#8221; /usr/local/mysql/bin/mysql mysql&#8221; (withouth quotes) resulted in ERROR 1044 (42000): Access denied for user &#8221;@&#8217;localhost&#8217; to database &#8216;mysql&#8217;&#8230;Any ideas how I can resolve this?? :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-257</link>
		<dc:creator><![CDATA[Jay]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 03:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-257</guid>
		<description><![CDATA[P.S. I also had to use sudo in the first terminal window]]></description>
		<content:encoded><![CDATA[<p>P.S. I also had to use sudo in the first terminal window</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Knight</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-256</link>
		<dc:creator><![CDATA[Tim Knight]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 03:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-256</guid>
		<description><![CDATA[Thanks Jay, I&#039;m glad I was able to give you a starting point!]]></description>
		<content:encoded><![CDATA[<p>Thanks Jay, I&#8217;m glad I was able to give you a starting point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-255</link>
		<dc:creator><![CDATA[Jay]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 03:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-255</guid>
		<description><![CDATA[Had a problem as well - simply changed the single quotes to a double quote, used mysql_safe, and made sure I didn&#039;t use the $ in my password (which is what hosed it up the first time).
Thanks for figuring out how to do this and then posting it!]]></description>
		<content:encoded><![CDATA[<p>Had a problem as well &#8211; simply changed the single quotes to a double quote, used mysql_safe, and made sure I didn&#8217;t use the $ in my password (which is what hosed it up the first time).<br />
Thanks for figuring out how to do this and then posting it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reset MySQL 5 root password on Mac OS X Drija</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-254</link>
		<dc:creator><![CDATA[Reset MySQL 5 root password on Mac OS X Drija]]></dc:creator>
		<pubDate>Wed, 17 Nov 2010 03:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-254</guid>
		<description><![CDATA[[...] 5 on Mac OS X Snow Leopard (10.6.1), set a password and forgot it. I tried to follow this tutorial: http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/ but when I [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 5 on Mac OS X Snow Leopard (10.6.1), set a password and forgot it. I tried to follow this tutorial: <a href="http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/" rel="nofollow">http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/</a> but when I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Knight</title>
		<link>http://innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-224</link>
		<dc:creator><![CDATA[Tim Knight]]></dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-224</guid>
		<description><![CDATA[Naveen,

Remember that when you execute sudo it is asking you for you administrative users password (either your password if you are on the sudoers file, or the password of root). When resetting the password you may want to use a simple password temporarily so you can login the database first to confirm the reset, then selecting a more secure password after the reset is confirmed.]]></description>
		<content:encoded><![CDATA[<p>Naveen,</p>
<p>Remember that when you execute sudo it is asking you for you administrative users password (either your password if you are on the sudoers file, or the password of root). When resetting the password you may want to use a simple password temporarily so you can login the database first to confirm the reset, then selecting a more secure password after the reset is confirmed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

