How to Install Apache2, PHP, MySQL On Ubuntu 20.04
There are several ways to install and configure complete production server using Ubuntu I have figure out one of them which is easy to me. So I don’t want to…
Let's learn together
There are several ways to install and configure complete production server using Ubuntu I have figure out one of them which is easy to me. So I don’t want to…
Install wget: Download the latest phpmyadmin version: Note: change the link with latest version of PMA. Let’s install unzip Remove all from phpmyadmin(old) directory: Unzip your downloaded zip file Let’s…
To solve the issue the steps bellow helps me: Login to your mysql: sudo mysql -u root Use your linux root password first then mysql root password Change Password (if…
If anything goes wrong with our installation of phpmyadmin or PHP or Apache2 or MariaDB and we want to remove anyone of them we could use bellow commands as needed.…
As we learned installation of Apache2 and PHP now final step is to install phpMyAdmin and configure. To do that, run the commands below FOR PHP7.2
There are several ways to install and configure complete production server using Ubuntu I have figure out one of them which is easy to me. So I don’t want to…