Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Have any one an idea about this error:
Access denied for user 'SYSTEM'@'localhost' (using password: NO) in C:\bookstore\db_mysql.inc on line 73(i need to make connection between My Php code and mysql database created in Wamp(importing the tables form .sql file))
Posted
Updated 14-Jul-11 11:34am
v2

1 solution

You must configure the database to grant access to that username/host combination: http://dev.mysql.com/doc/refman/5.5/en/privilege-system.html[^]
You should also set up a password for the account to protect the database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900