16/03/2019

Install phpMyAdmin on Ubuntu

By Technical Digit
After installing MySql/MariaDB Database Server, You can easily install phpMyAdmin on Ubuntu Machine.
Follow the steps below:
1. Update the package index and upgrade the system packages to the latest versions:
     > sudo apt update
     > sudo apt upgrade  (optional)
2. Install the phpMyAdmin package
     > sudo apt install phpmyadmin
3. Choose apache2 by pressing Space Key and then Enter on Keyboard, when a popup screen appears.
4. Next, you will be asked whether to use dbconfig-common to set up the database, select Yes and hit Enter.
5. Enter password for phpMyAdmin, select OK and press Enter.
6. Confirm the same password in next screen.
7. Restart Apache Server
     > sudo systemctl restart apache2

Install phpMyAdmin on Ubuntu

Total Views: 2783