I accidently installed PhpMyAdmin assuming that I had Apache installed with this tutorial PhpMyAdmin
However, I forgot that the install[Laravel Market] (https://marketplace.digitalocean.com/apps/laravel?ipAddress=143.110.144.179#getting-started)
installs Nginx. So now I somehow need to move my PhpMyAdmin to Nginx or should I just delete PhpMyAdmin and start again?
Many thanks!
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
SOLVED - I just deleted PhPMyAdmin and I will start again.
Hello, @kidsclub
You can also follow our existing tutorial on how to install phpMyAdmin on Ubuntu 20.04 - https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04
Keep in mind that you need to cover the Prerequisites which include two more tutorials which are the initial server setup and in your case how to setup a LEMP stack (Linux, Nginx, MySQL, PHP)
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-20-04
Hope that this helps! Regards, Alex