<?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>Pacecode Blog &#187; wordpress admin redirection error</title>
	<atom:link href="http://www.pacecode.com/blog/tag/wordpress-admin-redirection-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pacecode.com/blog</link>
	<description>Tips, Scripts and More...</description>
	<lastBuildDate>Sat, 03 Dec 2011 09:45:37 +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>Problem with WordPress admin-login? or Forgot your WordPress admin password?</title>
		<link>http://www.pacecode.com/blog/2008/09/23/problem-with-wordpress-admin-login-or-forgot-your-wordpress-admin-password/</link>
		<comments>http://www.pacecode.com/blog/2008/09/23/problem-with-wordpress-admin-login-or-forgot-your-wordpress-admin-password/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 16:59:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php developers]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[forgot wordpress password]]></category>
		<category><![CDATA[reset wordpress admin login]]></category>
		<category><![CDATA[updating wordpress admin password]]></category>
		<category><![CDATA[wordpress admin problem]]></category>
		<category><![CDATA[wordpress admin redirection error]]></category>
		<category><![CDATA[wordpress login error]]></category>
		<category><![CDATA[wordpress md5 password]]></category>

		<guid isPermaLink="false">http://www.pacecode.com/blog/?p=15</guid>
		<description><![CDATA[Reset your local wordpress password easily While building my theme I installed wordpress with lots of sample data and I realized. I forgot my password and couldn't recover it even with a "forgot password" link. So after playing around for 30 mins, I reset my password. This is how. Wordpress admin login error happen for [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #008000;"><strong>Reset your local wordpress password easily</strong></span></p>
<p>While building my theme I installed wordpress with lots of sample data and I realized.</p>
<div id="attachment_25" class="wp-caption alignleft" style="width: 310px"><a href="http://localhost/xampp/fresh-wp/wp-content/uploads/2008/09/phpmyadmin.png" rel="lightbox"><img class="size-medium wp-image-25" title="phpmyadmin" src="http://www.pacecode.com/blog/wp-content/uploads/2008/09/phpmyadmin-300x214.png" alt="mysql picture" width="300" height="214" /></a>
<p class="wp-caption-text">mysql picture</p>
</div>
<p>I forgot my password and couldn't recover it even with a "forgot password" link. So after</p>
<p>playing around for 30 mins, I reset my password. This is how.</p>
<p>Wordpress admin login error happen for two following reason:</p>
<ol>
<li>User may forgot the admin password</li>
<li>User might have entered wrong site url in setting tab</li>
</ol>
<p>go to your mysql administrator (usually called as phpmyadmin)</p>
<ul>
<li>select your wordpress database</li>
<li>run the following update query with your password as in bracket using sql tab</li>
</ul>
<p>SELECT 'wordpress' //this should be your database name<br />
UPDATE `wp_users` SET `user_pass` = MD5( 'password' ) WHERE `ID` =1 LIMIT 1 ;</p>
<p>where password is your new password. Your password is reset, for the admin acount.</p>
<p>For admin side login problem, there might be another reason. You might have given wrong site</p>
<p>url. This can be update by the following query</p>
<p>UPDATE `wp_options` SET `option_value` = 'You site url' WHERE `wp_options`.`option_id` =1</p>
<p>LIMIT 1 ;</p>
<p>It will update your site url in the wp_options table and it will solve your login error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pacecode.com/blog/2008/09/23/problem-with-wordpress-admin-login-or-forgot-your-wordpress-admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

