13. Oktober 2025
WordPress-Logo

Add an other Administrator to your WordPress-Installation is quiet simple. The only thing you must have root-Access to the Database. Select your Database. We are interested in the wp_usermeta and wp_users.

We select the wp_users-table and then we click on „Insert“:

Here we have to insert the following data:
(don’t forget to switch to MD5 at user_pass)

Then click on „Go“ at the lower right side.

Now we add some data to the wp_usermeta-table:

Scroll down to add this data now:

then click on „Go“.

That’s it. You are able now to login to your WP-Site as an Administrator. Congrats! 🙂

Or you choose the easier way and insert the following code to your database:

Code for better copy/paste:

Change the „databasename“ to your database and the user, email, URL and name to whatever you wishes 😉

The Password is set behind the MD5-Tag above. You have to change the „demo“ in the „()“ to your preferred password.

The other things can be untouched.

Thats it 🙂