SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Lost phpMyAdmin admin password

  1. #1
    SitePoint Addict
    Join Date
    Jul 2002
    Location
    Paciano, Italia
    Posts
    374
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lost phpMyAdmin admin password

    I have Xampp 1.7.3 installed on my Windows 7 laptop. It is just my test system. I so seldom need to use phpMyAdmin that I have forgotten the username and password. I've tried root and admin with no password and various less likely combinations to no avail. Is there a way to recover or reset the admin password? Thx
    blessed are the cracked for they let in the light

  2. #2
    SitePoint Enthusiast
    Join Date
    May 2011
    Posts
    35
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are two common ways to handle phpMyAdmin credentials:
    1) Through the script files: if this is the case you will find the username and password in these files
    2) Through MySQL credentials: if this is the case, login as the admin to your MySQL and set a new password for the phpMyAdmin user

  3. #3
    From space with love SitePoint Award Recipient SpacePhoenix's Avatar
    Join Date
    May 2007
    Location
    Poole, UK
    Posts
    4,269
    Mentioned
    54 Post(s)
    Tagged
    0 Thread(s)
    I use WAMP so the file locations may be different. On WAMP, within the WAMP folder there is the apps folder. Inside the apps folder there is the phpmyadmin folder. Inside the phpmyadmin folder there is a file called config.inc.php in that file is where the host, username and password that phpmyadmin uses to connect to MySQL are kept.

    (On Wamp):

    wamp -> apps -> phpmyadmin (
    Community Team Advisor
    Forum Guidelines: Posting FAQ Signatures FAQ Self Promotion FAQ
    Help the Mods: What's Fluff? Report Fluff/Spam to a Moderator

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •