Comments - Knowledge Base Search Operators

10 years, 10 months ago Harikrishna Ravipati

Hello all,

  1. mysql -u root -p

Enter Password:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Can any one give me the solution why this error occuring.

Regards, Hari

 
10 years, 10 months ago Elena Stepanova

The error occurs because you are connecting to the server with a wrong password.

If you are just starting with databases in general and MariaDB in particular, please read the MySQL user manual, you will find answers to most of your questions there. Also, please try to search the Internet for answers to your questions, there is plenty of information in there.

And once again, please choose appropriate articles in the KB to post your questions.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.