<?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>The WordPress Guru &#187; Database</title>
	<atom:link href="http://wpguru.co.za/category/advanced/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpguru.co.za</link>
	<description>Tips &#38; Pointers on Making a Killer CMS with WordPress</description>
	<lastBuildDate>Mon, 01 Aug 2011 10:26:54 +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 your WP Password in PHPMyAdmin</title>
		<link>http://wpguru.co.za/advanced/database/how-to-reset-your-wp-password-in-phpmyadmin/</link>
		<comments>http://wpguru.co.za/advanced/database/how-to-reset-your-wp-password-in-phpmyadmin/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 07:21:41 +0000</pubDate>
		<dc:creator>MarkB</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://wpguru.co.za/?p=68</guid>
		<description><![CDATA[I am using XAMPP to run a local version of WP on my machine for theme testing etc. I haven't installed the PHP mail() function because its not a feature I regularly use. This presented a problem when I misplaced my login details for my local WP install and couldn't run the 'Lost Password' feature. However I found a way to reset my WordPress password using a neat website and PHPMyAdmin. Here's how.]]></description>
			<content:encoded><![CDATA[<p>I am using <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> to run a local version of WP on my machine for theme testing etc. I haven&#8217;t installed the PHP <code>mail()</code> function because its not a feature I regularly use. This presented a problem when I misplaced my login details for my local WP install and couldn&#8217;t run the &#8216;Lost Password&#8217; feature. However I found a way to reset my WordPress password using a neat website and PHPMyAdmin. Here&#8217;s how.</p>
<p>Firstly, I logged into PHPMyAdmin and browsed the users table. I edited the entry for my &#8216;<code>admin</code>&#8216; account and found the &#8216;<code>user_pass</code>&#8216; field.</p>
<p>This field will by default have an encrypted version of your password, something like <code>$P$BERsVRczS226JkUY29j72YuVSzm3yP/</code> .</p>
<p>Instead of trying to decrypt this, I just generated a new MD5 password and pasted the encrypted version in this field.</p>
<p>I encrypted a new password using the <a href="http://www.iwebtool.com/md5">iWebTool</a> website. Type in the password you&#8217;d like to have, and then click &#8216;Encrypt&#8217;. That then generates your MD5 password. For example I typed in &#8216;<code>wpguru</code>&#8216; as my password and that generated &#8216;<code>f1c061320553d089aa807e975e2a936f</code>&#8216;.</p>
<p><img class="alignnone size-full wp-image-69" title="iwebtool" src="http://wpguru.co.za/wp-content/uploads/iwebtool.jpg" alt="" width="495" height="146" /></p>
<p>All you need to do then is paste that encrytped password into the WP database field and presto, your lost password problem is fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpguru.co.za/advanced/database/how-to-reset-your-wp-password-in-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

