You’ll find the following block of code on a myriad of websites. In my years of working with WordPress I’ve seen some really bizarre post URLs. Things like the server name and full server path to the user directory all in front of the actual FQDN. For example: Serverbox21/home/users/johnsmith/public_html/ I’ve […]
MySQL
3 posts
Step 1: Have access to the MySQL Database If you don’t have MySQL access this trick won’t work. If you need to reset a user’s password without access to the WordPress backend you can do so using PHP MyAdmin. WordPress passwords are encrypted with a MD5 hash which makes it impossible […]
There are many situations in which you may not have access to the WordPress backend, but may have access to the database. If you have access to the MySQL Database you can execute the following code as a query to add a new user to the database and regain access. […]