Question
One-Click Install : LAMP 14.04 : What is the MySQL Credentials?
When using the One-Click Installation of an application image, such as LAMP on Ubuntu 14.04, what in the world is the mysql root 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.
×
On the LAMP one click application, when access the droplet by SSH the MySQL root password will be displayed in the terminal. It’s part of the MOTD, or message of the day. To display the message again, run:
cat /etc/motd.tail
cat /etc/motd.tail
LIFESAVER… thanks for the tip! Who would’ve known!