Question
What's the initial root password of mysql ? I choose the lemp environmental.
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.
×