• Home
  • WordPress
  • web Hosting
    • Free hosting
    • Cheap Hosting
    • comparison cloud , vps, shared, wordpress
    • managed wordpress hosting
    • managed cloud hosting
  • page Speed
  • Deals
  • Services
  • About

RAaz Kumar .com

wordpress tutorials seo hosting etc


wordpress password reset in 3 ways mail, phpmyadmin, mysql command

 

  1. reset forgotten password option by email

on the wp-login page we have to click on forgot the password.

after that, we have to enter the email.  email does not work due to most of the causes Gmail throws in the spam folder.

open the spam folder and click on verify. otherwise look at the 2nd option.

 

some causes your server doesn’t have the mail server. mail() function doesn’t exist.

The email could not be sent.
Possible reason: your host may have disabled the mail() function.

Decrypting WordPress password md5 decryptor 

 

it does not work. the md5 algorithm does not allow it for security reasons don’t waste time.  you can see your wp password once you logged into the phpmyadmin panel.

  1. updating new password in phpmyadmin

we can access phpmyadmin in most cases.

  1. click on wp-users>>browse users tables,
  2. edit  the user (which user password to reset mostly admin)
  3. click user_pass enter your New password (in value column)
  4. most important select MD5 in function column.
  5. Online MD5 encryptors may not works.
phpmyadmin
In the user_pass field, paste your password by pressing Ctrl – V.
From the drop-down, select MD5.
Finally click on Go.
  1. updating the wp  password in MySQL server

some situations No phpmyadmin.

No mail server.

If you have root access to the server only it works (digital ocean, aws, google cloud, Linode, vultr etc)

 

visit phpmyadmin demo page or install lamp  / LEMP /wamp/ phpmyadmin on localhost to convert the password to md5.

you may  also use md5 function in mysql or php to convert string to md5 password.

converting a string to md5 in phpmyadmin mysql

phpmyadmin>>sql>>run below query>>  and it outputs the md5 password.

SELECT MD5(‘Yourpassword’);

ex:output b273cb2263eb88f61f7133cd308b4064

 

1.mysql login

mysql -u root -ppassword

2. to see the databaes

SHOW DATABASES;

2. SELECTing database

use DBname;

 

UPDATE `wp_users` SET `user_pass` = ‘MD5password’ WHERE `wp_users`.`ID` = 1;

 

ID=1 means only 1st user where the admin created while installation. otherwise, you may look for users in the database in the table in the command line.

by using describe table name.

show tables;

desc table-name

desc wp_users;

 

Related topics:

  1. rsync command linux with examples comparison to scp
  2. Asus Rog Phone 3 vs poco f2 lite (poco f2, poco x2, redmi k30 pro)
  3. mysql slow query log enable disable set query time ideal mysql long query time
  4. Godaddy hosting review India 2015 Shared, WordPress managed
  5. mysql root password change reset update set A-Z info

wordpress tutorials for beginners advanced complete guide to run WordPress

  • Rules to get 100/100 in Google pagespeed web core vitalsscore
  • How to add adsense amp ads to wordpress
  • wordpress password reset in 3 ways mail, phpmyadmin, mysql command
  • how i recovered hacked website site 5 times ft wordpress?
  • enable browser caching in wordpress apache nginx caching headers explained
  • W3TC w3 total cache plugin setup guide review comparison with wp rocket and wp super cache
  • Wordpress database optimization (don't neglect) plugins & phpmyadmin manually
  • Optimize css delivery inline critical css, remove unused css, render blocking css
  • Converting WordPress into static website speed after 1 second dynamic 3 seconds
  • Wordpress errors and fix
  • website cache best caching plugins wordpress w3tc cloudflare
  • Install xamp & wordpress on localhost windows
  • favicon ico Change / Add / Disable favicon in wordpress Ft Genesis Theme or any theme
  • increase wordpress memory limit (how to ) 40MB , 64 MB 128 MB or 512 MB maybe 1024MB
  • wp cron job check working or not disable enable change schedule
  • google analytics plugins for wordpress #sitekit #monsterinsights gadwp back as gainwp
  • Lazy Load Adsense to improve core web vitals - Vs revenue
  • xmlrpc php wordpress uses, disable without 403 error log message
  • wordpress change post date programmatically (auto on update like blogger
  • wordpress plugins that slow down your site and its alternatives
  • best wordpress plugins social, seo, Backup, speed up your blog
  • TOP 10 Wordpress Themes Premium/ Free & providers
  • Wordpress Adsense Plugins & Manually
  • Social share buttons for website Wordpress Blogger
  • How to bulk delete in wordpress posts, pages, Media Images, tags and categories
  • TOP 5 Best wordpress comment plugins 2020 (disable pingback, replytocom, customize form)
  • all in one seo pack vs yoast seo pressor
  • Auto post to Facebook, twitter, Google Plus Wordpress Posts 2019
  • wordpress speed optimization Speed up wordpress Score on Google pagespeed
  • How to use wordpress tags and categories
  • Wordpress duplicate thin content Issues {FIXED}
  • how to increase wordpress memory & file upload size
  • combine rss feeds wordpress
  • Reduce the impact of third-party code ,optimize JS delivery, Minify, remove unused js, pre connect, inline, lazy load etc
  • change wordpress site url
  • install wordpress on ubuntu apache nginx debian command line
  • Wordpress Security Plugins 2021 (Brute force, Login lockdown, Malware scanner etc)

 

 

wordpress Pagespeed optimization

Digitalocean free $100 Credit

Cloudways Review pricing promo codes

Siteground cpu limits Pricing

Shared Hosting

Managed wordpress Hosting

Managed Hosting Cloud server

VPS Hosting

Cloud Hosting – Unmanaged

Google cloud Pricing

Aws Pricing

Azure pricing

nginx server tutorials

apache server tutorials

linux sysadmin tutorials

mysql Commands list pdf

LEMP Install Ubuntu

Mysql Performance Tuning

Nginx Performance tuning

Linux Performance tuning

Php -fpm performance tuning

Redis Performance tuning

linux server security

nginx security best practices

wordpress security plugins

 

 

wordpress

 

Top 5  WP Google Analytics Plugins

WP Backup Plugins

Wp Comment Plugins

Top wordpress Security Plugins

WP Seo Plugins

WP Caching Plugins

Best Adsense Plugins for WordPress

Wp social Sharing Plugins

autoshare social media plugins

WP speed Optimization Plugins

Speedup WordPress google Score

More Wp tuts

Server Admin Cloud

 

Installing Nginx LEMP On ubuntu

Installing apache Lamp ubuntu

nginx fastcgi cache enable

php – fpm install  & Configuration

Opcache install & Configure

php -fpm pool manager explained

Mysql Install & Configuration

Redis Object cache install & configure

 

Nginx as Reverse Proxy and Load balancer

Load Balance / auto scaling in google cloud

Linux Commands PDF

Mysql Commands Pdf

Letsencrypt tutorial

mysqldump export & import 

Pagespeed Module install & configure

nginx.conf best file

mysql.conf best file

upgrade ubuntu

© 2023 - All Rights Reserved Disclaimer & Privacy Policy