root@solver:/usr/share/nginx/html/question2answer# /usr/bin/mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
where I can find the root password of mysql?
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.
When you log into the server, you will see the following in the “message of the day.”
Your MySql root user’s password will be there. To show the message again, run
cat /etc/motd.tail
When you log into the server, you will see the following in the “message of the day.”
Your MySql root user’s password will be there. To show the message again, run
cat /etc/motd.tail
Is there a way to recover this if you’ve deleted /etc/motd.tail