Question:
hy can anyone tell me how to solve " Access denied for user 'SYSTEM'@'localhost' (using password: NO)?
critical
2009-01-11 14:24:33 UTC
i have a wampserver installed in may pc. and since last week when i try to run the website im building it shows me the following error message :Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'SYSTEM'@'localhost' (using password: NO) in D:\Program Files\wamp\www\...
Unable to connect: Access denied for user 'SYSTEM'@'localhost' (using password: NO). But im using a user-name a password which were working just fine.
help me please ,it is a university project and the deadline is getting closer
thank you.
Three answers:
K L U D G E
2009-01-11 15:11:31 UTC
either

+ you typed a wrong password.

+ you didnt include the mysql connection

+ the page cannot find your separate connection file



which means, the page u r trying to load, didnt get password



good luck
?
2016-12-12 18:10:20 UTC
there's no reason the mysql_connect function shouldn't artwork as long by using fact the MySql customer has had the person "root" with the password of "definite" defined with the appropriate attributes for create, write, study, execute and in all danger delete if mandatory. Extract: coping with Databases in spite of the shown fact that all the database administrative thoughts could nicely be executed with the aid of Hypertext Preprocessor scripts, I strongly advise installation a duplicate of PHPMyAdmin on your server. it is a astonishing loose set of scripts which will supply you an administrative interface on your MySQL database(s). you could upload, do away with, edit, backup and examine your databases utilising this and that is totally useful while troubleshooting your databases.
2009-01-11 14:36:05 UTC
Your MySQL database uses a password and the connection attempt that generated the error is using a blank one. ("NO" is MySQL's way of saying "none".)


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...