»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Installation and Configuration / #1045 - Access denied for user
Posted:  12 May 2005 07:13
Can you please tell me what I am doing wrong.  I installed the program in the default directory.  I even thought I screwed up by putting in different user names and passwords for the PHPmyadmin and the wamp control center so I un-installed the program re-booted and re-installed no help.  Although when I click on phpMyAdmin in the control center I do not even get a chance to add a username or a password.  Here is the exact error I am receiving.


Quote:
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error
MySQL said: 

#1045 - Access denied for user: 'greg@localhost' (Using password: YES)
Posted:  12 May 2005 20:18
Do you have the installation log at hand?
Posted:  14 May 2005 03:15
Here it is: 

WAMP 2.0.0 Installation Log

Analyzing system:
Windows Version=XP
->Administrator=true
->Silent=false
Apache: Reading User Input
Document Root=C:\Program Files\e-novative\WAMP\www
Admin Email=webmaster@GREG
ControlCenter: Reading User Input
Username=greg
Password=*****
Database: Reading User Input
Username=greg
Password=*****
Installation Directory=C:\Program Files\e-novative\WAMP
Copy files
Installing MySql
Installing PHP
Configuring PHP
Installing Apache
Configuring Apache
Document Root=C:\Program Files\e-novative\WAMP\www
Configuring Control Center
Configuring MySql
Installation done


Thanks
Posted:  15 May 2005 04:24
Here is the: C:\Program Files\e-novative\WAMP\Apache\conf

Alias /wamp "C:/Program Files/e-novative/WAMP/controlcenter"

<Directory "C:/Program Files/e-novative/WAMP/controlcenter">

  AuthType Basic
  AuthName ">e-novative> WAMP Control Center Login"
  AuthUserFile "C:/Program Files/e-novative/WAMP/Apache/conf/wamp_password"
  Require valid-user

  Options Indexes FollowSymlinks MultiViews
  AllowOverride All
  Order allow,deny
  Allow from all

</Directory>

LoadModule php5_module "C:/Program Files/e-novative/WAMP/php/php5apache.dll"
AddType application/x-httpd-php .php
Posted:  16 May 2005 02:13
Ok I figured out my problem.  Good info for others....I was loged on my computer as gregory which is an admin.  And for someone reason PHPMyAdmin never asked me for my user name and password when I was logging in.  So I uninstalled and set the primary user to gregory instead of greg on the next install and it worked like a champ.  Thanks for a great product.

Now for a new post for the next question.