Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
The user data script is attempting to install and configure some things that are already configured by the WordPress one-click. The quickest way to get up and running with your migrated site would be to rebuild the droplet from the WordPress image and then log in via ssh. Using the following commands you’ll be able to install PHPMyAdmin.
Make sure you have the MySQL root password from the MOTD, then…
apt-get update
apt-get install phpmyadmin
You should be prompted for some information by apt.
Select the option to configure apache and provide the MySQL root password when prompted for it. You will also set up a phpmyadmin user.
Once this has completed you can access phpmyadmin at /phpmyadmin via a web browser.