I am new to Digital Ocean and trying to setup my site on a Ubuntu Wordpress install. I got it up and looks to be running.
However, I was going through the setup tutorial and on this post: https://www.digitalocean.com/community/tutorials/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns
On the Step 3 Install LAMP i got stuck on “sudo /usr/bin/mysql_secure_installation” I get error 1045. As far as I know I did not set a root password for blank and enter should work, not so much. I also tried the root password DigitalOcean emailed me, didn’t work either. How do I mov eon form this step to finish the install?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Are you using the Wordpress one-click install app? If that is the case, your root MySQL password was auto-generate on install. To see it, run: <pre> cat /root/.my.cnf </pre>