<?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: Rescuing lost mysql root password</title>
	<atom:link href="http://john-hunt.com/2005/06/27/rescuing-lost-mysql-root-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-hunt.com/2005/06/27/rescuing-lost-mysql-root-password/</link>
	<description>Open source, Linux, Developer tips, Beer, Whatever</description>
	<lastBuildDate>Fri, 20 Nov 2009 03:16:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andy</title>
		<link>http://john-hunt.com/2005/06/27/rescuing-lost-mysql-root-password/comment-page-1/#comment-5</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Thu, 17 Apr 2008 23:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-hunt.com/?p=10#comment-5</guid>
		<description>Thanks John.

for newbies like me: you need to login to the mysql server before you can update the tables (#2 step). It will let you login without a password. Then restart it :)

Mine accepted single quotes v5 on debian etch. If i remember correctly i believe version 4 also accepts single quotes.</description>
		<content:encoded><![CDATA[<p>Thanks John.</p>
<p>for newbies like me: you need to login to the mysql server before you can update the tables (#2 step). It will let you login without a password. Then restart it <img src='http://john-hunt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mine accepted single quotes v5 on debian etch. If i remember correctly i believe version 4 also accepts single quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michelle</title>
		<link>http://john-hunt.com/2005/06/27/rescuing-lost-mysql-root-password/comment-page-1/#comment-4</link>
		<dc:creator>michelle</dc:creator>
		<pubDate>Wed, 31 May 2006 03:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-hunt.com/?p=10#comment-4</guid>
		<description>need double quotes around password and user:

UPDATE mysql.user SET Password=PASSWORD(&quot;newpwd&quot;) WHERE User=&quot;root&quot;;

as john mentioned above, you have to use sudo</description>
		<content:encoded><![CDATA[<p>need double quotes around password and user:</p>
<p>UPDATE mysql.user SET Password=PASSWORD(&#8220;newpwd&#8221;) WHERE User=&#8221;root&#8221;;</p>
<p>as john mentioned above, you have to use sudo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://john-hunt.com/2005/06/27/rescuing-lost-mysql-root-password/comment-page-1/#comment-3</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 12 Oct 2005 08:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.john-hunt.com/?p=10#comment-3</guid>
		<description>It should be here:
/usr/bin/mysqld_safe

If not, try:
locate mysqld_safe

Remember though, you&#039;ll have to be root to use this, or use sudo /usr/bin/mysqld_safe.</description>
		<content:encoded><![CDATA[<p>It should be here:<br />
/usr/bin/mysqld_safe</p>
<p>If not, try:<br />
locate mysqld_safe</p>
<p>Remember though, you&#8217;ll have to be root to use this, or use sudo /usr/bin/mysqld_safe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
