In this tutorial, I am going to share the very simple steps to install and configure the PHPMyAdmin in Nginx server. After this tutorial, you will learn how to install phpmyadmin in nginx server.
Follow the below steps to install and configure PHPMyAdmin in Nginx web server.
1 2 3 | sudo apt-get update sudo apt-get install phpmyadmin |
sudo ln -s /usr/share/phpmyadmin /var/www/html
sudo systemctl restart nginx OR sudo service nginx restart
If you like FreeWebMentor and you would like to contribute, you can write an article and mail your article to [email protected] Your article will appear on the FreeWebMentor main page and help other developers.