View Single Post
  #8  
Old 02-12-2015, 11:30 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Quote:
Originally Posted by Castle2.0 View Post
Code:
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'eq'@'localhost' (using password: YES)
Either you didn't create a user called "eq" in mysql, or the password isn't "eq". Do you remember the password you used when you created the user?

The command epilz mentioned is good if you want to try to guess your password if not....

Failing that try to log in as root. Hopefully you remember that password
mysql -uroot -p
Reply With Quote