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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

WAMP and PHPAdmin error

  • 03-01-2013 7: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, Registered Users 2 Posts: 2,040 ✭✭✭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