Re: Help with phpmyadmin
you have a file called config.inc in your phpmyadmin folder.
find the line which says
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP, signon or cookie)
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
There you have to enter the correct details there. enter your username and password and save the file and restart the mysql server.
[LEFT][B]Sunil Sankar
-------------------------------------------------------------------------