October 9, 2018 in MySql, Php, Tips and Tricks, Ubuntu
Ubuntu 16.04 LTS – How To Install PHP, phpMyAdmin and MySQL
Ubuntu 16.04 LTS – How To Install PHP, phpMyAdmin and MySQL Step 1 – Update repositories. root@mail:/# apt-get update root@mail:/# apt-get upgrade Step 2 – Install mysql with the following command. root@mail:/# apt-get install mysql-server mysql-client Step 3 – You have to enter password for the root user. Step 4 – You have to repeat password for the root user. Step 5 – Install php7 for mysql with […]