<?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://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/</link>
	<description>think. design. innovate.</description>
	<lastBuildDate>Mon, 15 Feb 2010 18:09:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim Knight</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-224</link>
		<dc:creator>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>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>
	<item>
		<title>By: naveen</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-223</link>
		<dc:creator>naveen</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-223</guid>
		<description>Hi,

I tried the above process, everything worked fine but when I enter the new password it says incorrect password.

Also when I retry the above process now, it asks for the password again as soon as I enter 
sudo /usr/local/mysql/bin/mysqld_safe --skip-grant-tables.
 
Could somebody help me out with this. 

Thanks,
Naveen</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried the above process, everything worked fine but when I enter the new password it says incorrect password.</p>
<p>Also when I retry the above process now, it asks for the password again as soon as I enter<br />
sudo /usr/local/mysql/bin/mysqld_safe &#8211;skip-grant-tables.</p>
<p>Could somebody help me out with this. </p>
<p>Thanks,<br />
Naveen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeM</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-222</link>
		<dc:creator>MikeM</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-222</guid>
		<description>Thanks for the instructions on how to do this! Very appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the instructions on how to do this! Very appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-220</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Sat, 21 Nov 2009 00:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-220</guid>
		<description>I had the same problem with the syntax, not sure what the problem is, but i tried this one and it worked:

UPDATE mysql.user SET Password=PASSWORD(&#039;vsn123&#039;) WHERE User=&#039;root&#039;; FLUSH PRIVILEGES;</description>
		<content:encoded><![CDATA[<p>I had the same problem with the syntax, not sure what the problem is, but i tried this one and it worked:</p>
<p>UPDATE mysql.user SET Password=PASSWORD(&#8216;vsn123&#8242;) WHERE User=&#8217;root&#8217;; FLUSH PRIVILEGES;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristi</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-217</link>
		<dc:creator>Kristi</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-217</guid>
		<description>You just saved me a lot of heartache. THANK YOU. I had the same problem as Richard, but when I prefaced the commands with &quot;sudo&quot; it all worked out.</description>
		<content:encoded><![CDATA[<p>You just saved me a lot of heartache. THANK YOU. I had the same problem as Richard, but when I prefaced the commands with &#8220;sudo&#8221; it all worked out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Knight</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-128</link>
		<dc:creator>Tim Knight</dc:creator>
		<pubDate>Sat, 20 Jun 2009 15:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-128</guid>
		<description>Good catch RY, mysqld_safe is what is available it in MySQL 5, it seems - I&#039;ve updated the post to reflect that. Thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>Good catch RY, mysqld_safe is what is available it in MySQL 5, it seems &#8211; I&#8217;ve updated the post to reflect that. Thanks for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RY</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-127</link>
		<dc:creator>RY</dc:creator>
		<pubDate>Fri, 19 Jun 2009 17:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-127</guid>
		<description>I don&#039;t know about everyone else, but for the version of MySQL I have...

safe_mysqld

is instead

mysqld_safe.

But thanks for your help. :)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about everyone else, but for the version of MySQL I have&#8230;</p>
<p>safe_mysqld</p>
<p>is instead</p>
<p>mysqld_safe.</p>
<p>But thanks for your help. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-113</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 16 May 2009 16:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-113</guid>
		<description>Richard I would imagine that the MySQL installation was probably installed by the admin account or account other then yours? Make sure your account has admin rights on the Mac, you may be required to run it with sudo at the terminal - in which case if you are not an admin user, you&#039;ll have to make sure you are on the sudoers list on the mac. A blog with information on adding yourself to the sudoers list can be found at http://www.macmartine.com/blog/2008/04/adding_a_user_to_sudoers_file.html</description>
		<content:encoded><![CDATA[<p>Richard I would imagine that the MySQL installation was probably installed by the admin account or account other then yours? Make sure your account has admin rights on the Mac, you may be required to run it with sudo at the terminal &#8211; in which case if you are not an admin user, you&#8217;ll have to make sure you are on the sudoers list on the mac. A blog with information on adding yourself to the sudoers list can be found at <a href="http://www.macmartine.com/blog/2008/04/adding_a_user_to_sudoers_file.html" rel="nofollow">http://www.macmartine.com/blog/2008/04/adding_a_user_to_sudoers_file.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-112</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 16 May 2009 01:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-112</guid>
		<description>i went and used mysqld_safe --skip-grant-tables but this is what is said

090515 20:27:30 mysqld_safe Logging to &#039;/usr/local/mysql/data/richard-downess-macbook.local.err&#039;.
touch: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied
chown: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied
090515 20:27:30 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied
rm: /usr/local/mysql/data/richard-downess-macbook.local.pid: Permission denied
/usr/local/mysql/bin/mysqld_safe: line 137: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied
090515 20:27:30 mysqld_safe mysqld from pid file /usr/local/mysql/data/richard-downess-macbook.local.pid ended
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied

any ideas?  i have the preferences pane loaded and it is showing mysql as stopped....</description>
		<content:encoded><![CDATA[<p>i went and used mysqld_safe &#8211;skip-grant-tables but this is what is said</p>
<p>090515 20:27:30 mysqld_safe Logging to &#8216;/usr/local/mysql/data/richard-downess-macbook.local.err&#8217;.<br />
touch: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied<br />
chown: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied<br />
090515 20:27:30 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data<br />
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied<br />
rm: /usr/local/mysql/data/richard-downess-macbook.local.pid: Permission denied<br />
/usr/local/mysql/bin/mysqld_safe: line 137: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied<br />
090515 20:27:30 mysqld_safe mysqld from pid file /usr/local/mysql/data/richard-downess-macbook.local.pid ended<br />
/usr/local/mysql/bin/mysqld_safe: line 100: /usr/local/mysql/data/richard-downess-macbook.local.err: Permission denied</p>
<p>any ideas?  i have the preferences pane loaded and it is showing mysql as stopped&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.innovativethought.net/2007/05/17/resetting-your-forgotten-mysql-password/#comment-92</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 29 Nov 2008 17:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/17/resetting-your-forgotten-mysql-password/#comment-92</guid>
		<description>Ronan, glad it helped you... not sure why the syntax wouldn&#039;t have worked for you -- seems to be the same to me. Perhaps case-sensitivity in the column names... name sure.</description>
		<content:encoded><![CDATA[<p>Ronan, glad it helped you&#8230; not sure why the syntax wouldn&#8217;t have worked for you &#8212; seems to be the same to me. Perhaps case-sensitivity in the column names&#8230; name sure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
