Friday, September 3, 2010

Manually change the admin password for Wordpress

March 4, 2010 by stefan · Leave a Comment 

It may sound strange to some, but someday you will need this post. Anybody can happen to forget the admin password type of personal blog Wordpress.

In this case, all you have to do is manually change the admin password for your Wordpress platform.

Learn how the lines below.

The easiest way is to log you on PhpMyAdmin and run a simple SQL query to update. Once you are entered into phpMyAdmin, select the database of your Wordpress blog and click on the icon “SQL” to open the SQL query. Then, the portion of text enter the following code:

UPDATE  1 'wp_users' SET 'user_pass' = MD5 ( 'PASSWORD') WHERE 'user_login' =  'admin' LIMIT 1;

Do not forget to change your password and user name before executing code. Also always make the database backup before running any query!

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • FriendFeed
  • Netvibes
  • Reddit
  • RSS
  • Suggest to Techmeme via Twitter
  • Tumblr
  • Twitter
  • Twitthis
  • Blogosphere News
  • email
  • LinkedIn
  • Linkter
  • Live
  • MyShare
  • MySpace
  • Ping.fm
  • StumbleUpon
  • Technorati
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Related posts:

  1. Modify the footer into the Wordpress admin
  2. Wordpress Gavatar – change anonymous pictures
  3. A special RSS category
  4. Wordpress 3.0:Style WordPress editor using CSS
  5. write your own plugin for wordpress

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

SEO Powered by Platinum SEO from Techblissonline