|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
WAMP installation
Hey,
I dont know if this is the proper thread to post in. But i installed wamp, and i changed the mysql root password. Before changing the root user's password everything worked fine. Now when i try to acces phpmyadmin it says: Quote:
And: Quote:
But i dont know which config.inc.php file to edit, and what i should edit. Because when i go to:c:\wamp\apps\phpmyadmin\config.inc.php the contents of the file is all scrambled and it says at the top: Dont edit this file, edit config.inc.php instead. But it says that in the config.inc.php file itsself :S Maybe someone knows something about this wamp installation? thanks in advance ![]() |
|
#2
|
||||
|
||||
|
Thread moved from Apache to Scripts ... your problem is with your phpMyAdmin setup and doesn't appear to be Apache nor MySQL related.
phpMyAdmin usually has two configuration files, config.inc.php and config.inc.php.default (or something similar). The config.inc.php.default usually contains the "do not edit this file ..." line to indicate that this is the default file that should never be edited. You need to edit config.inc.php (even if it tells you otherwise) and add your new MySQL password.
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
C:\wamp\apps\phpmyadmin2.11.6\config.inc.php is the one to edit here.
Specifically the line: $cfg['Servers'][$i]['password'] = 'XXX '; // MySQL password (only needed Add the new mySQL pw that you used in the 'xxx' area. Nb |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > WAMP installation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|