Answer the question
In order to leave comments, you need to log in
Why doesn't mysql password work in terminal?
Good afternoon.
Installed mysql using the following instructions.
sudo apt install mysql-server
sudo mysql_secure_installation
Add password for the root to work with workbench
sudo mysql -u root
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Serii1981;';
[email protected] ~/Documents/-Knowledge-base $ sudo mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question