<?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: How to Reset Wordpress Admin Password</title>
	<atom:link href="http://ahtim.com/how-to-reset-wordpress-admin-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://ahtim.com/how-to-reset-wordpress-admin-password/</link>
	<description>Online Tech Tips, Free Software for Everybody</description>
	<lastBuildDate>Mon, 15 Mar 2010 08:09:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: genxv</title>
		<link>http://ahtim.com/how-to-reset-wordpress-admin-password/comment-page-1/#comment-2430</link>
		<dc:creator>genxv</dc:creator>
		<pubDate>Thu, 21 May 2009 13:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://ahtim.com/how-to-reset-wordpress-admin-password/#comment-2430</guid>
		<description>Thanks! This worked perfectly using the MD5 hash. I was using this before to put in an encrypted password:

mysql&gt; update wp_users set user_pass = password(&#039;thepassword&#039;) where ID = theID;

It was driving me nuts when it didn&#039;t work. But thanks to you the problem is solved with the MD5 hash.</description>
		<content:encoded><![CDATA[<p>Thanks! This worked perfectly using the MD5 hash. I was using this before to put in an encrypted password:</p>
<p>mysql&gt; update wp_users set user_pass = password(&#8216;thepassword&#8217;) where ID = theID;</p>
<p>It was driving me nuts when it didn&#8217;t work. But thanks to you the problem is solved with the MD5 hash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: titanium_geek</title>
		<link>http://ahtim.com/how-to-reset-wordpress-admin-password/comment-page-1/#comment-2047</link>
		<dc:creator>titanium_geek</dc:creator>
		<pubDate>Sun, 14 Dec 2008 03:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://ahtim.com/how-to-reset-wordpress-admin-password/#comment-2047</guid>
		<description>Wow, this was really helpful! I did it straight from the command line though: 

mysql&gt; use wordpress; 
mysql&gt; update wp_users set user_pass = REPLACE(user_pass,&quot;[old hash here]&quot;,&quot;[new hash here]&quot;); 

and it worked! yay! thanks for the link to the MD5 hasher.</description>
		<content:encoded><![CDATA[<p>Wow, this was really helpful! I did it straight from the command line though: </p>
<p>mysql&gt; use wordpress;<br />
mysql&gt; update wp_users set user_pass = REPLACE(user_pass,&#8221;[old hash here]&#8220;,&#8221;[new hash here]&#8220;); </p>
<p>and it worked! yay! thanks for the link to the MD5 hasher.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Blog Hacked...</title>
		<link>http://ahtim.com/how-to-reset-wordpress-admin-password/comment-page-1/#comment-1970</link>
		<dc:creator>Wordpress Blog Hacked...</dc:creator>
		<pubDate>Mon, 10 Nov 2008 18:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://ahtim.com/how-to-reset-wordpress-admin-password/#comment-1970</guid>
		<description>[...] Re: Wordpress Blog Hacked...      Open up PHPMyAdmin via your control panel. Navigate to the users database, change the admin name and password. When saving the password, select MD5. You will have access to your WP folder again.  More detail...How to Reset Wordpress Admin Password [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em ;background-color: #FFFFCC">
<p>[...] Re: Wordpress Blog Hacked&#8230;      Open up PHPMyAdmin via your control panel. Navigate to the users database, change the admin name and password. When saving the password, select MD5. You will have access to your WP folder again.  More detail&#8230;How to Reset Wordpress Admin Password [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
