IamKeya / phpcheckout

Automatically exported from code.google.com/p/phpcheckout
0 stars 0 forks source link

Access denied for user 'root'@'localhost' (using password: YES) #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Followed directions in Readme.txt...
2. Copy the equipment directory to you webserver. In which I am running the 
latest version of XAMPP. 
3. create a database named equipment (or modify the config.php to the name of 
the database you create)
4. using phpmyadmin or mysql command line, run equipment.sql. I used Import 
feature and it ran 22 queries against the mysql database equipment. 
5. Go to http://www.yourserver.edu/equipment/, and I get this error. 
Access denied for user 'root'@'localhost' (using password: YES). I tried this 
from external and internal. I have other websites running from other folders 
with XAMPP. 

What is the expected output? What do you see instead?
I was expecting to see the documented results of being taken to a login prompt. 

What version of the product are you using? On what operating system?
Version dated 03-08-2010

Please provide any additional information below.
running on the latest release of XAMPP 2.5. 

Original issue reported on code.google.com by techuser...@gmail.com on 27 Mar 2012 at 8:22

GoogleCodeExporter commented 8 years ago
I had to edit the config.php file to get to the login page. changed server to 
http://locahost in the config.php and put in the proper root and password for 
the mysql administration. This should be documented in the installation 
readme.txt guide.

Original comment by techuser...@gmail.com on 27 Mar 2012 at 8:35