| Posted: 12 May 2005 07:13 | |
|
Registered User Currently Offline |
Posts: 6 Join Date: May 2005 |
|
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 | |
|
Registered User Currently Offline |
Posts: 32 Join Date: Feb 2005 |
| Do you have the installation log at hand? | |
| Posted: 14 May 2005 03:15 | |
|
Registered User Currently Offline |
Posts: 6 Join Date: May 2005 |
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 | |
|
Registered User Currently Offline |
Posts: 6 Join Date: May 2005 |
|
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 | |
|
Registered User Currently Offline |
Posts: 6 Join Date: May 2005 |
|
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.
|
|