How To Create A WordPress Admin Login Using MySQL
You can do this simply by running the following SQL commands through phpMyadmin or through command line MySQL. 1. First insert the new user account into the database. If you’re using command line MySQL then you will need to select the database first using the “use” command below: use wp_mywordpressdatabasename Now that you’ve selected the … Read more