WampServer 2.1a Problem with phpMyAdmin

This is the latest release of Wampserver. Once you install it, it was pretty fine as if you have experience with it before. However this time, you have to change the “root” password to log in.

- PhpMyadmin 3.2.0.1

user : root

Password :root

- SQLBuddy 1.3.2

user : root

Password :root

 

Since mySQL server confiq file still use the old configuration code of ” root” with NO password, we need to go to edit it.

GO to

C:\wamp\apps\phpmyadminVersion\confiq.inc.php

and replace this

$cfg['Servers'][$i]['password'] = '';
with

$cfg['Servers'][$i]['password'] = 'root';

 

Then restart the wampserver, everything will be normal. have fun

 

 

 

By Oudom Posted in PHP