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 ...
The next step is to install MariaDB database server. We already have comprehensive guides on this subject. export VER="4.8.5" sudo apt-get install -y wget cd /tmp ...
While many users need the functionality of a database management system like MariaDB, they may not feel comfortable interacting with the system solely from the MariaDB prompt. phpMyAdmin was created ...