Welcome to Webune Support Forums. Webune has many solutions for your websites, from affordable and reliable web hosting to professional web design.

today we are showing you how to do an installation of phpmyadmin in a windows computer or server.

the first thing to do is to download the latest version. the most current version as of today is: phpMyAdmin-3.2.2.1-english.zip

you can download from:
http://www.phpmyadmin.net

once you have donwload the zip file, unzip it into the htdocs directory: for example:
C:\inetpub\htdocs

so it will upzip as: phpMyAdmin-2.11.9.6-english

you can test it by going to your localhost url from the machine you are installing it from: for example, mine looks like this:
http://localhost/phpMyAdmin-2.11.9.6-english

now, you will probably see something that says:

Welcome to phpMyAdmin 2.11.9.6

Probably reason of this is that you did not create configuration file. You might want to use setup script to create one.
Error

MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: NO)



so if you are getting this error, we have to configure the config.inc.php file so click on the link that says: setup script

example:
http://localhost/phpMyAdmin-2.11.9.6-english/scripts/setup.php

NEXT: the next step is to make the configurations, click on the link below to continue:

how to configure phpmyadmin in windows