Quote:
Originally Posted by ionhsmith
I did this and it told me
Warning: Using a password on the command line interface can be insecure
ERROR 1045 (28000): Access denied for user 'root'@localhost' (using password: yes)
|
That is just a warning (although correct). You should use: mysql -uroot -p
It will ask you for the password on a separate line.
Do you have the right password for root? Does root have all privileges?