What is phpMyAdmin?
phpMyAdmin is a free and open source tool written in PHP used for administration of MySQL with the use of a web browser. You can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions with it.
We?ll install phpMyAdmin with nginx on Debian.
Prerequisites for phpMyAdmin Installation:
As we?ll install phpMyAdmin with nginx on Debian, you?ll need a Debian based webserver running with nginx, PHP & MySql installed in it.
Install phpMyAdmin
To install phpMyAdmin on Debian type the following command on terminal:
1 | sudo apt-get install phpmyadmin |