• Here’s my problem: I’m using wampserver for my local server but when whenever I go to phpmyadmin its takes me to this login page but i don’t know what my username or password is. It doesn’t take me to the right link I really need help on this!

Viewing 3 replies - 1 through 3 (of 3 total)
  • On the phpmyadmin login page, try username: root and leave the password field blank.

    If that doesn’t work, try opening up this file

    /etc/phpmyadmin/config.inc.php

    You should be able to find lines that indicate what the username and password are.

    $cfg['Servers'][$i]['user'] = 'some username';
    $cfg['Servers'][$i]['password'] = 'some password';
    • This reply was modified 9 years, 8 months ago by Scott DeLuzio.
    Thread Starter fxspanda

    (@fxspanda)

    Thank you so much!

    Hey
    by default username will be root and password will be blank.
    if you dont set the username and password.

    That will work.
    If any problem occur write again.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t Install WordPress’ is closed to new replies.