Urgent question about MySql and php?

isk2837

New member
Making a php page linked to a mySql database, but keep getting these error messages and codes:

When i enter no password in the password space I get these:
Not connected : Access denied for user 'root'@'localhost' (using password: NO)
1045

When i enter any password other than root:
Not connected : Access denied for user 'root'@'localhost' (using password: YES)
1045

When i enter the password root:
Not connected :
0

What do these error messages mean, and what do i have to do to stop getting them and get access to the mySql database?
 
Back
Top