in

Share your IT thoughts...

I N F O R M A T I O N   T E C H N O L O G Y   P O R T A L   O F   E X P E R T S
Latest post Mon, Jun 22 2009 9:32 AM by NinethSense. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • Mon, Jun 22 2009 7:26 AM

    • bincyclt
    • Top 50 Contributor
    • Joined on Mon, Jun 22 2009
    • Calicut
    • Beginner
    • Points 41

    xampp clarification need

    How can we create password for phpmyadmin?

    Bincy.calicut

    • Post Points: 41
  • Mon, Jun 22 2009 9:32 AM In reply to

    • NinethSense
    • Top 10 Contributor
    • Joined on Mon, Jun 30 2008
    • India
    • Master
    • Points 7,827

    Re: xampp clarification need

    You can find a file config.inc.php at the root of phpMyAdmin installation folder. You need to specify auth_type whether it is cookie, or http (or config = no password)

    Eg:

    $cfg['Servers'][$i]['user']          = 'root';     
    $cfg['Servers'][$i]['password']      = 'mypassword';
    $cfg['Servers'][$i]['auth_type']     = 'http'; // cookie or http or config

     

    • Post Points: 15
Page 1 of 1 (2 items)