Question
I selected WordPress during droplet creation. Now, I can't access mysite.com/phpmyadmin/? Help!
During droplet setup, I selected to install WordPress. Does it mean that PHPMyAdmin will not be installed on my droplet? I can’t access /phpmyadmin/ now.
Error “The requested URL /phpmyadmin/ was not found on this server.”
If phpmyadmin is not installed, then where the hell WordPress is storing its data?
Actually, I want to setup Virtual Hosts to run multiple sites. But main site is working but new site is asking for database storage during WP setup.
Do I need to install LAMP if I wanna use Multiple sites?
Please help.
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.
×
You are correct, phpmyadmin is not installed by default,
You can use the link here to install it:
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-14-04
phpmyadmin is a web front end for your database. You already have the database installed, however you don’t have the web front end installed. You can still manage it without myphpadmin using the command line. Your wordpress data is stored in your database.
To get Virual Hosts working correct please see this acticle:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts
Let me know if you have any addtional questions I can answer :)