Question
Access denied for installing MYSQL?
I tried to follow this tutorial:
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu
To install the MYSQL database, but when I get to the command “sudo /usr/bin/mysqlsecureinstallation” and I try to enter my root password of the server, it keeps on tell me I have the wrong password. The error message is as below:
ERROR 1045 (28000): Access denied for user ‘root’@'localhost’ (using password: YES)
I am sure the password I entered is correct.
Any one can provide some help here?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×