Generating Password For XAMPP Localhost

Asked By 20 points N/A Posted on -
qa-featured

How can I create a password for my localhost? I can not find the exact way to do that.

SHARE
Best Answer by Carl Jack
Answered By 0 points N/A #114754

Generating Password For XAMPP Localhost

qa-featured

Make a new user wherein you can be able to log in. And after logging in, try to logout and go to the database. Search for the newly added user. Log in again on Drupal. You can use the password listed on the database but since it is protected and can't be viewed, you will need to convert it to MD5 file.

 

 

Best Answer
Best Answer
Answered By 10 points N/A #114755

Generating Password For XAMPP Localhost

qa-featured

Hello Jazmine,

The following is the procedure you will need to use to generate the password for Xampp localhost:

  • You will need to enter http://localhost/phpmyadmin into your browser’s URL field, and then press enter. This will bring you to the phpmyadmin main page.
  • After that you will click on the Privileges tab.
  • And then click on the icon in the Action column.
  • After that, you will need to scroll down to the password section.
  • And then enter a password and retype it to confirm it. Click on Go to accept it.

Note that the password you enter should be composed of basic ASCII characters (‘a’..’z’, ‘A’..’Z’, and “0’..’9’). When you try to use other  ASCII characters you will end up with errors.

Regards,

Carl

 

Related Questions