<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>h3x.no &#187; password</title>
	<atom:link href="http://h3x.no/tag/password/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:24:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to reset MySQL root password</title>
		<link>http://h3x.no/2009/07/22/how-to-reset</link>
		<comments>http://h3x.no/2009/07/22/how-to-reset#comments</comments>
		<pubDate>Wed, 22 Jul 2009 22:15:43 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.h3x.no/?p=94</guid>
		<description><![CDATA[To reset the MySQL root password, do the following: USE DATABASE mysql; SET PASSWORD FOR root@localhost=PASSWORD(&#8216;yournewpassword&#8217;); FLUSH PRIVILEGES; And voila! You have changed your password. PS: If you have a &#8220;problem&#8221; with beeing able to login to MySQL without using &#8230; <a href="http://h3x.no/2009/07/22/how-to-reset">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To reset the MySQL root password, do the following:</p>
<blockquote><p><strong>USE DATABASE mysql;<br />
SET PASSWORD FOR root@localhost=PASSWORD(&#8216;yournewpassword&#8217;);<br />
FLUSH PRIVILEGES; </strong></p></blockquote>
<p>And voila! You have changed your password.</p>
<p><strong>PS: </strong>If you have a &#8220;problem&#8221; with beeing able to login to MySQL without using password (even when it is set in MySQL), try to edit or delete ~/my.cnf, since that holds information used to avoid the login promt.</p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2009/07/22/how-to-reset/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

