skip to Main Content

I dont know why i am not being asked to enter username and password while accessing phpMyAdmin.
please let me know how can i get to asked for username and password for accessing phpMyadmin.

2

Answers


  1. try this if it fails try using your ports: my is 8080 apache

    http://localhost:8080/phpmyadmin/index.php

    Login or Signup to reply.
  2. Use your
    username = root
    password = “nothing”.

    then click login in

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search