<?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: Reset a WordPress Password from php My Admin &#8211; Quick and dirty</title>
	<atom:link href="http://inchoo.net/wordpress/reset-a-wordpress-password-from-php-my-admin-quick-and-dirty/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/wordpress/reset-a-wordpress-password-from-php-my-admin-quick-and-dirty/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:34:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: m</title>
		<link>http://inchoo.net/wordpress/reset-a-wordpress-password-from-php-my-admin-quick-and-dirty/comment-page-1/#comment-6673</link>
		<dc:creator>m</dc:creator>
		<pubDate>Thu, 08 Apr 2010 12:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2171#comment-6673</guid>
		<description>from CLI
#openssl passwd -1 123456      
#mysql -p
connect db_wp;
update wp_users
set user_pass=&#039;$1$QoGP/ZGE$UTJRa3S37hOFrashso1cy1&#039;
where user_login=&#039;admin&#039;;</description>
		<content:encoded><![CDATA[<p>from CLI<br />
#openssl passwd -1 123456<br />
#mysql -p<br />
connect db_wp;<br />
update wp_users<br />
set user_pass=&#8217;$1$QoGP/ZGE$UTJRa3S37hOFrashso1cy1&#8242;<br />
where user_login=&#8217;admin&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umar</title>
		<link>http://inchoo.net/wordpress/reset-a-wordpress-password-from-php-my-admin-quick-and-dirty/comment-page-1/#comment-2911</link>
		<dc:creator>umar</dc:creator>
		<pubDate>Sat, 25 Jul 2009 14:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2171#comment-2911</guid>
		<description>Great Technique!!</description>
		<content:encoded><![CDATA[<p>Great Technique!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Željko Prša</title>
		<link>http://inchoo.net/wordpress/reset-a-wordpress-password-from-php-my-admin-quick-and-dirty/comment-page-1/#comment-2516</link>
		<dc:creator>Željko Prša</dc:creator>
		<pubDate>Fri, 12 Jun 2009 13:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2171#comment-2516</guid>
		<description>@Vladimir Because you can&#039;t remember the password thus can not access the admin panel.</description>
		<content:encoded><![CDATA[<p>@Vladimir Because you can&#8217;t remember the password thus can not access the admin panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://inchoo.net/wordpress/reset-a-wordpress-password-from-php-my-admin-quick-and-dirty/comment-page-1/#comment-2485</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Thu, 11 Jun 2009 22:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2171#comment-2485</guid>
		<description>One question — why not reset the password from WordPress?</description>
		<content:encoded><![CDATA[<p>One question — why not reset the password from WordPress?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

