View Single Post
  #10  
Old 06-16-2014, 12:23 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Quote:
Originally Posted by ionhsmith View Post
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?
Reply With Quote