Link to home
Start Free TrialLog in
Avatar of Sheldon Livingston
Sheldon LivingstonFlag for United States of America

asked on

MySQL password

Trying to make a LAMP on AWS.

Typed in sudo apt-get install mysql-server and "it" did it's thing ending at a prompt.

I then typed in sudo service mysql start... again it did it's thing.

I'm assuming that MySQL started (no errors were thrown) and thus was installed. During the install I was never prompted to create a password.

Is there a default password?

Typing in mysqladmin -u root -p status prompts for a password.
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sheldon Livingston

ASKER

Thank you David