<?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://www.ahtim.com/how-to-reset-wordpress-admin-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ahtim.com/how-to-reset-wordpress-admin-password/</link>
	<description>Tech, Web 2.0,How To,Reviews,Downloads for Tech Guys</description>
	<lastBuildDate>Sat, 21 Jan 2012 00:03:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sara</title>
		<link>http://www.ahtim.com/how-to-reset-wordpress-admin-password/comment-page-1/#comment-5433</link>
		<dc:creator>Sara</dc:creator>
		<pubDate>Tue, 07 Dec 2010 20:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://ahtim.com/how-to-reset-wordpress-admin-password/#comment-5433</guid>
		<description>This was a very interesting article. I love reading about issues that we can fix without spending a lot of time trying to solve the problem. You can spend hours trying to solve one small issue. Many times I find my self turning to the computer and searching for the answer. Saving time is even more important when you are &lt;a href=&quot;http://www.squidoo.com/starting-your-own-company&quot; rel=&quot;nofollow&quot;&gt;starting your own company&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>This was a very interesting article. I love reading about issues that we can fix without spending a lot of time trying to solve the problem. You can spend hours trying to solve one small issue. Many times I find my self turning to the computer and searching for the answer. Saving time is even more important when you are <a href="http://www.squidoo.com/starting-your-own-company" rel="nofollow">starting your own company</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sara</title>
		<link>http://www.ahtim.com/how-to-reset-wordpress-admin-password/comment-page-1/#comment-5322</link>
		<dc:creator>Sara</dc:creator>
		<pubDate>Sun, 14 Nov 2010 21:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://ahtim.com/how-to-reset-wordpress-admin-password/#comment-5322</guid>
		<description>Great blog post. A lot of our clients use Word Press as there main site. When an “admin password reset” question comes our way we always refer them to this blog post. It helps about 9 out of 10 times. Thanks once again.</description>
		<content:encoded><![CDATA[<p>Great blog post. A lot of our clients use Word Press as there main site. When an “admin password reset” question comes our way we always refer them to this blog post. It helps about 9 out of 10 times. Thanks once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genxv</title>
		<link>http://www.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://www.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://www.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[<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>
]]></content:encoded>
	</item>
</channel>
</rss>

