error when i run this command mysql -u root -p

Started by Guest, March 01, 2004, 04:40:51 AM

Previous topic - Next topic

Guest

When I try to configure the sql database it gives me this error where do I change the permission?

bsd# mysql -u root -p
Enter password:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)

Nick Cockinos

try using a blank password to begin with.

Nick