

Just like we did for Apache, you can check the status of MySQL server by running the command below: $ service mysql status | grep active The next step is to make sure that MySQL is installed. Press Y and hit Enter when prompted to confirm the installation Verifying Installation of MySQL Database Server
#PHPMYADMIN NOT FOUND INSTALL#
If this is the case, update the package information index and install Apache using the commands below: $ sudo apt-get update

If Apache is not installed, the output will look as follows: Active: inactive (dead) If Apache is installed and running, you should see the below output: Active: active (running) since Tue 00:49:19 EAT 10h ago To check whether Apache is installed, run the command below: $ service apache2 status | grep active Prior to installing phpMyAdmin, you should ensure that Apache web server, MySQL server and PHP packages are installed. Step 1: Verifying the Installation of LAMP Stack

#PHPMYADMIN NOT FOUND SOFTWARE#
The Open-source software is written in PHP and is widely adopted by developers to run database operations such as creating databases, tables, columns, indexes, permissions and users. PhpMyAdmin is a web-based Graphical User Interface (GUI) application for administering MySQL and MariaDB database servers. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud community. By Francis Ndungu, Alibaba Cloud Tech Share Author.
