Sometimes you may want to add a new user to your WordPress site without accessing the admin interface. Here’s how we do that.
We need the following ingredients:
- MySQL access details (host, username, password, database name – you can extract this from wp-config.php)
- phpMyAdmin (or equivalent database management tool, such as Sequel Pro)
Let’s get started!