

INSTALL MYSQL AND PHPMYADMIN UBUNTU 20.04 INSTALL
Install Apache, PHP, and MySQL (MariaDB) database: sudo apt install apache2 sudo apt install php-cli sudo apt install mariadb-server
INSTALL MYSQL AND PHPMYADMIN UBUNTU 20.04 UPDATE
Update system: sudo apt update -y sudo apt upgrade -y If you have not installed these packages in the system, you can follow the LAMP stack installation method or execute the following command to install this pre-requisite software. Steps of Installing phpMyAdmin on UbuntuĪs I have already mentioned, you must install an Apache web server, MySQL or MariaDB database, and PHP. Although, if you are thinking to create a web project based on PHP language, then you should also install the latest version of PHP, which is PHP 8.0. PHP 7.4.x or above (for best performance)Īpache2 web server is required to make HTTP protocol, so we can access phpMyAdmin using a web browser, and you also need pre-installed MySQL or MariaDB database to manage other databases or create a new one.However, you can download the package without the required elements, but you cannot configure it without them. Pre-requisites for Installing phpMyAdmin on Ubuntuīefore installing phpMyAdmin on Ubuntu or Debian system, you must make sure that some required components are installed. phpMyAdmin primarily comes preinstalled with shared web hosting services (like cPanel hosting). This tool is written in PHP, and it is the most popular database administration tool, especially for web hosting services. PhpMyAdmin is a free and open-source software/tool for managing MySQL and MariaDB. And you can use these databases in your CMS project and other web app projects. In this article, I will tell how you can install phpMyAdmin on your ubuntu server and create new databases visually through it. Managing MySQL, MariaDB, and other databases via the command line is not easy, especially for those who are not particularly familiar with Linux.
