Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

WAMP and PHPAdmin error

Options
  • 03-01-2013 8:45pm
    #1
    Banned (with Prison Access) Posts: 381 ✭✭


    hey guys sorry for bothering you I'm just having a spot of trouble using wamp. It's not allowing me to access phpadmin and keeps giving me the mysql said access denied for local host . Anyone have any experience with this really need it for working on a project


Comments

  • Registered Users Posts: 2,022 ✭✭✭Colonel Panic


    What did you try? Username root and a blank password is a common default for packaged WAMP setups.


  • Banned (with Prison Access) Posts: 381 ✭✭manga_10


    tried this solution didn't help

    You need to edit the config.inc.php file inside the phpmyadmin folder as follows...

    /* Authentication type and info */
    $cfg[$i] = 'http';
    $cfg[$i] = '';
    $cfg[$i] = '';
    $cfg[$i] = 'mysql';
    $cfg[$i] = false;

    This will prompt phpMyAdmin to ask for a username and password to login with.


Advertisement