Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Set user name and Password of phpmyadmin [closed]

how to set username and password of phpmyadmin

I am using xampp software for localhost and I want to lock my phpmyadmin page when I open this link `

localhost/phpmyadmin

its opening direct now and I want to lock this page and use username and password

example when I open this page

localhost/phpmyadmin

its required username and password

how can I do this please help me to fix this issue

thanks

like image 490
user2468472 Avatar asked Jun 09 '13 14:06

user2468472


People also ask

How do I find my phpMyAdmin username and password?

You should be able to access phpMyAdmin directly, by browsing to http://127.0.0.1/phpmyadmin. Log in to phpMyAdmin by using the following credentials: Username: root. Password: The same as the application password.

What is the default phpMyAdmin username and password?

The default username is "root" default password is '' (empty/blank).


1 Answers

You can simply open the phpmyadmin page from your browser, then open any existing database -> go to Privileges tab, click on your root user and then a popup window will appear, you can set your password there.. Hope this Helps.

like image 157
Ahmed Ali Avatar answered Oct 16 '22 09:10

Ahmed Ali