newssnippetsimagesfav

Blog > How to > Webdeveloping > Manually change the admin password for WordPress

Last articles

  • Google Plus Opens first API developer system
    Google Plus Opens first API developer system
  • Seagate GoFlex – the biggest external HDD
    Seagate GoFlex – the biggest external HDD
  • Baidu to have a new mobile OS
    Baidu to have a new mobile OS
  • How to Download YouTube Songs Onto iTunes, mp3
    How to Download YouTube Songs Onto iTunes, mp3
  • How to Download YouTube Songs
    How to Download YouTube Songs
  • Google will close 10 services
    Google will close 10 services
  • Deep Sea Wallpapers
    Deep Sea Wallpapers
  • 200 Abstract and Light Wallpapers
    200 Abstract and Light Wallpapers
  • How to test shortlinks
    How to test shortlinks
  • Huawei MediaPad – first 7 inch Android 3.2 tablet
    Huawei MediaPad – first 7 inch Android 3.2 tablet

Manually change the admin password for WordPress

0

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!

If you liked the article share it by Twitter, Facebook and Google +1.




    Display last tweets on your wordpress blog
    Display last tweets on your wordpress blog
    Modify the footer into the WordPress admin
    Modify the footer into the WordPress admin
    A special RSS category
    A special RSS category
    write your own plugin for wordpress
    write your own plugin for wordpress
    WordPress Gavatar – change anonymous pictures
    WordPress Gavatar – change anonymous pictures
Tags: , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>