Downloading phpMyAdmin 2.5.4
Download phpMyAdmin
version [2.5.6] :: format: zip file :: size: 1.9M
Note:
We are only configuring phpmyadmin for intranet use(personal use). nothing complicated,
just to get it going thats all. Do not use this information here to further run or to
configure your server.
-Unzip the files to 'c:\web'... notice that the files were thrown 2 folders down.
go inside -- 1 folder down then move folder 'phpMyAdmin-2.5.4' upto 'web' and rename it to 'phpmyadmin'
Configuration
--Open the 'config.inc.php' -- using notepad, html editor
--Search for $cfg['PmaAbsoluteUri'] and type under the quotes this address.
http://localhost/phpmyadmin/

-Port number would be 3306
-Password would be what you specified earlier
-Type this in your browser 'http://localhost/phpmyadmin'
This is what you get: