Access denied

A

Anonymous

Guest
that means the password is wrong. By default, your mysql_connect() command would be:

mysql_connect("127.0.0.1","root","") or die(mysql_error());

Regards,
Andrew
 
niatron said:
i have installed apache, php and sql

testing apache and php all works fine but when i test sql i get this message

Access denied for user: 'root@127.0.0.1' (Using password: NO)

i know it is a simple one but i do need help how to get it to work

thanks in advance
by default root not have a password.... like NULL to you need create it
 
Back
Top