
php-json: Provides PHP with support for JSON serialization.php-gd: Enables support for the GD Graphics Library.php-zip: This extension supports uploading.php-mbstring: A module for managing non-ASCII strings and convert strings to different encodings.However, it’s recommended that you also install these packages: If you followed the prerequisite LAMP stack tutorial, several of these modules will have been installed along with the php package. Along with this package, the official documentation also recommends that you install a few PHP extensions onto your server to enable certain functionalities and improve performance. You can use APT to install phpMyAdmin from the default Ubuntu repositories.Īs your non-root sudo user, update your server’s package index:įollowing that you can install the phpmyadmin package. This will require you to register a domain name, create DNS records for your server, and set up an Apache Virtual Host. If you do not have an existing domain configured with an SSL/TLS certificate, you can follow this guide on securing Apache with Let’s Encrypt on Ubuntu 20.04.



While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt. An earlier version of this tutorial was written by Brennan Bearnes.
