Computer >> Computer tutorials >  >> Programming >> MySQL

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

Resolve error 1045 (28000) access denied for user 'root'@'localhost' (using password: YES)?

Type CMD and press OK button. You will get a command prompt.

The snapshot is as follows

Resolve error 1045 (28000) access denied for user 'root'@'localhost' (using password: YES)?

Now reach the MySQL bin directory.

The snapshot is as follows

Resolve error 1045 (28000) access denied for user 'root'@'localhost' (using password: YES)?

Now use the syntax discussed in the beginning.

The command is as follows

Resolve error 1045 (28000) access denied for user 'root'@'localhost' (using password: YES)?