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

 

 

 

Advertisement
By Oudom Posted in PHP

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s