Question
What is the mysql root password on a new Wordpress Image (Ubuntu 14.04)
N.B This question does not contain the answer:
https://www.digitalocean.com/community/questions/wordpress-image-mysql-root-password
mysql -u root
on the command line logs me in as root. But I want to know the password.
The message of the day only mentions the wordpress admin password.
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.
×
Just in case you don’t get the answer for the current password, you could reset the password:
If you log in as the UNIX root user, then
mysql -u root
will work without a password.