How To Install and Secure phpMyAdmin with Nginx on a CentOS 8.2 server
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
sudo yum install phpmyadmin dont working
Hello, @muradhuseynli1234
The process will be actually almost the same as the one for the CentOS 7 droplet. We already have an article on how to install and secure the phpMyAdmin installation on LEMP stack server.
What you can do is to first follow our tutorial on how to set Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8 - https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-8 as this part of the prerequisites
Also you need to complete the initial Server Setup Guide for CentOS 8 -
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-centos-8
Once this is done you can go ahead with the Step One — Install phpMyAdmin from the CentOS 7 guide - https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-apache-on-a-centos-7-server
The process should be the same for the CentOS 8 droplet as well.
Hope that this helps!
Regards, Alex