phpMyAdmin HELP!!
Posted by: dchaupis (---.240.227.235.speedy.net.pe)
Date: May 29, 2006 11:20PM

Hello, i started using PHP.. im used to VB.Net and ASPX. So ive installed Wamp and SQLyog for acces mySQL database... and I changed the password for the root user.. now when i want to acces phpMyAdmin since the Wamp Service Menu i cant... says: Access denied for user 'root'@'localhost' (using password: NO) band of course is because i changed the password..

Does anyone know please how i change the wamp servince config so i can update the password for the root user???

Thanx....

Options: ReplyQuote
Re: phpMyAdmin HELP!!
Posted by: CyberSpatium (67.170.181.---)
Date: May 30, 2006 04:43AM

edit your phpmyadmin config.inc.php file and find
$cfg['Servers'][$i]['password'] = '';

change itto your new password
$cfg['Servers'][$i]['password'] = 'Your_Password_Here';

Options: ReplyQuote


Sorry, only registered users may post in this forum.