Not able to access PHPmyadmin
Posted by: coaxin26 (209.2.77.---)
Date: September 21, 2012 03:58PM

Hi,

I just installed wamp server (64 bits and PHP5.4) 2.2E on windows7.
Initially when I opened phpmyadmin from the wamp tray there was no problem. I could see that page.

But, then what I did is, I tried to set up a password and after setting password I clicked on GO. Then the page was loading. Even before the loading stopped, I closed the window.

And when I open phpmyadmin from wamp tray, I am not able to access it. I am getting the following error:

Error

MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

I have tried setting password in config.inc file too. Even then it did not work.

I do not understand what is the problem. Will I be able to access phpmyadmin in any other way?
Any help is appreciated.

Thanks.

Options: ReplyQuote
Re: Not able to access PHPmyadmin
Posted by: RiggsFolly (---.as13285.net)
Date: September 21, 2012 04:23PM

Edit this file

c:\wamp\apps\phpmyadminX.Y.Z\config.inc.php


Look for

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

And change it to contain the password you set in the database

$cfg['Servers'][$i]['password'] = 'YOUR NEW PASSWORD GOES HERE';

Also change
$cfg['Servers'][$i]['AllowNoPassword'] = true;
to
$cfg['Servers'][$i]['AllowNoPassword'] = false;

Options: ReplyQuote
Re: Not able to access PHPmyadmin
Posted by: coaxin26 (209.2.77.---)
Date: September 21, 2012 05:18PM

Thank you very much for the reply.

I tried what you said. Still I am getting the same error.

Options: ReplyQuote
Re: Not able to access PHPmyadmin
Posted by: RiggsFolly (---.as13285.net)
Date: September 21, 2012 07:21PM

Best to uninstall wamp and stat again.

Options: ReplyQuote


Sorry, only registered users may post in this forum.