Wordpress is already installed

I installed WP however I don't remember the login and password. So I need to do the configuration again where I set the email and password. However when I acesss that page:

http://localhost:80/wp-admin/install.php

It shows a message saying that Wordpress is already installed: You appear to have already installed WordPress. To reinstall please clear your old database tables first.

Do you know what is necessary to do to do the initial configuration again? Thanks in advance.

Topic installation Wordpress

Category Web


You can see the username in the database and change the password easily. You do not need to reinstall wordpress. If you need to reconfigure, there are several ways:

  1. Delete wp-config.php and htaccess files and re run install
  2. Delete the information in the database and reconfigure it

But if you want an easy way to find your username as well as change your password, you can do the following: Just go to phpMyAdmin and find the ** wp_users ** table and click on it You will now see the rows in your WordPress user table. Continue and click the edit button next to the username whose password you want to change. Now delete the value in the user_pass field and replace it with your new password. Below the function column, select MD5 from the drop-down menu and then click the Go button at the bottom of the form. Just as easily! You have successfully changed your WordPress password.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.