<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: How to Reset a WordPress Password from phpMyAdmin</title>
	<atom:link href="http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: rradvani</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-124263</link>
		<dc:creator>rradvani</dc:creator>
		<pubDate>Mon, 14 Nov 2011 18:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-124263</guid>
		<description>great saved me :) !!! thanks wpbeginner!!

 </description>
		<content:encoded><![CDATA[<p>great saved me <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  !!! thanks wpbeginner!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharphue</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-121940</link>
		<dc:creator>sharphue</dc:creator>
		<pubDate>Tue, 05 Jul 2011 08:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-121940</guid>
		<description>See that user_email field in the screenshot above?  Just change the value to an e-mail address that you have access to.  On the WP-Admin login screen, click &quot;lost your password?&quot; and type in the same e-mail address and you will receive a reset password link that will be easier than messing with MD5 hashing.</description>
		<content:encoded><![CDATA[<p>See that user_email field in the screenshot above?  Just change the value to an e-mail address that you have access to.  On the WP-Admin login screen, click &#8220;lost your password?&#8221; and type in the same e-mail address and you will receive a reset password link that will be easier than messing with MD5 hashing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oluniyi D. Ajao</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-31560</link>
		<dc:creator>Oluniyi D. Ajao</dc:creator>
		<pubDate>Tue, 17 Aug 2010 15:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-31560</guid>
		<description>Thank you very much. You saved me having to re-install a WordPress installation.</description>
		<content:encoded><![CDATA[<p>Thank you very much. You saved me having to re-install a WordPress installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-7867</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Sun, 24 Jan 2010 01:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-7867</guid>
		<description>WordPress already has that built-in. You just have to add your own security keys in your wp-config.php file. Open it and you will see the place for it and a link where you can get your security keys from.</description>
		<content:encoded><![CDATA[<p>WordPress already has that built-in. You just have to add your own security keys in your wp-config.php file. Open it and you will see the place for it and a link where you can get your security keys from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W^L+</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-7863</link>
		<dc:creator>W^L+</dc:creator>
		<pubDate>Sat, 23 Jan 2010 22:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-7863</guid>
		<description>There has been some talk about web applications moving to a hash of the password + another string, to make it harder for bad guys to get in. Do you think this is coming to WP soon? (I think Joomla and Drupal are already doing this.)</description>
		<content:encoded><![CDATA[<p>There has been some talk about web applications moving to a hash of the password + another string, to make it harder for bad guys to get in. Do you think this is coming to WP soon? (I think Joomla and Drupal are already doing this.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-6920</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 01 Jan 2010 22:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-6920</guid>
		<description>Under the functions column, if you choose MD5, MySQl will automatically encrypt your password in MD5. Simply type your plaintext password in the main box.

This is a little easier than using other sites.</description>
		<content:encoded><![CDATA[<p>Under the functions column, if you choose MD5, MySQl will automatically encrypt your password in MD5. Simply type your plaintext password in the main box.</p>
<p>This is a little easier than using other sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kusanagi</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-6765</link>
		<dc:creator>kusanagi</dc:creator>
		<pubDate>Tue, 29 Dec 2009 09:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-6765</guid>
		<description>very helpful, thanks.</description>
		<content:encoded><![CDATA[<p>very helpful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utkarsh</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-6761</link>
		<dc:creator>Utkarsh</dc:creator>
		<pubDate>Tue, 29 Dec 2009 06:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-6761</guid>
		<description>You can also enter the password in plain text, and select MD5 from the function dropdown. It&#039;ll automatically save the MD5 hash of the password in the database.</description>
		<content:encoded><![CDATA[<p>You can also enter the password in plain text, and select MD5 from the function dropdown. It&#8217;ll automatically save the MD5 hash of the password in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaspal</title>
		<link>http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/comment-page-1/#comment-6747</link>
		<dc:creator>Jaspal</dc:creator>
		<pubDate>Mon, 28 Dec 2009 17:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1146#comment-6747</guid>
		<description>Thnx .. that&#039;s a great tip .. it will be very helpful for me</description>
		<content:encoded><![CDATA[<p>Thnx .. that&#8217;s a great tip .. it will be very helpful for me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 00:19:38 -->
