MySQL Forums
Forum List  »  Install & Repo

Solution for: Error Nr. 1045 Access denied for user 'root'@'localhost' (Using password: NO)
Posted by: Ibrahim Assaab
Date: June 07, 2008 02:53AM

It seems that you are trying to run mysql command without specifing user name and password!

for linux, type command:

mysql -u root -p

system will promt you with password request:
Enter Password:

enter it to login to mysql>



for windows as Vaibhav mentioned above.



best regards


Ibrahim

Options: ReplyQuote


Subject
Written By
Posted
August 23, 2010 05:37AM
October 08, 2010 02:25PM
Solution for: Error Nr. 1045 Access denied for user 'root'@'localhost' (Using password: NO)
June 07, 2008 02:53AM
October 15, 2011 11:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.