<?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: Resetting the MySQL root password</title>
	<atom:link href="http://jimmysweblog.net/2004/05/resetting-the-mysql-root-password.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jimmysweblog.net/2004/05/resetting-the-mysql-root-password.html</link>
	<description>Since you are my readers, and I have not been much of a traveller, I will not talk about people a thousand miles off, but come as near home as I can. As the time is short, I will leave out all the flattery, and retain all the criticism. -- Henry David Thoreau</description>
	<pubDate>Thu, 08 Jan 2009 13:08:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Dalton</title>
		<link>http://jimmysweblog.net/2004/05/resetting-the-mysql-root-password.html/comment-page-1#comment-12</link>
		<dc:creator>John Dalton</dc:creator>
		<pubDate>Thu, 07 Oct 2004 05:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://jimmysweblog.net/2004/05/resetting-the-mysql-root-password.html#comment-12</guid>
		<description>Thanks for pointing me at this, James..

If you ever find you need to recreate the correct permissioins for the root user rather than just reset their password, the following command may help:

GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY 'secret' WITH GRANT OPTION;</description>
		<content:encoded><![CDATA[<p>Thanks for pointing me at this, James..</p>
<p>If you ever find you need to recreate the correct permissioins for the root user rather than just reset their password, the following command may help:</p>
<p>GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY &#8217;secret&#8217; WITH GRANT OPTION;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
