phpMyAdmin is a web-based database administration tool that can be used to manage MySQL or MariaDB via a web browser. Using phpMyAdmin, you can easily manage MySQL or MariaDB databases, users, tables, ...
In the next window, you will be prompted to select the web server that should be automatically configured to run phpMyAdmin. As you can see in the below screenshot, Nginx is not available in the web ...
This script automates the installation and configuration of phpMyAdmin, Nginx, and MariaDB on a Debian-based system. sudo rm -rf /usr/share/phpmyadmin sudo rm /etc ...
# This is the config file where we define what will be executed in the installer script. # installer will read variables and will execute them one by one.