 
  Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Resolve error 1045 (28000) access denied for user 'root'@'localhost' (using password: YES)?
To fix this error, you need to specify the -p option for password.
The syntax is as follows
mysql -uyourUserName -p
Let us implement it.
First, we need to open CMD using Windows+R shortcut keys. The snapshot is as follows

Type CMD and press OK button. You will get a command prompt.
The snapshot is as follows

Now reach the MySQL bin directory.
The snapshot is as follows

Now use the syntax discussed in the beginning.
The command is as follows

Advertisements
 