how to install phpmyadmin code example
Example 1: install phpmyadmin ubuntu
sudo apt-get install -y phpmyadmin
Example 2: install phpmyadmin ubuntu 18.04
sudo -i
apt-get install phpmyadmin php-mbstring php-gettext -y
exit
Example 3: how to install phpmyadmin on windows 10
Download https://www.phpmyadmin.net/downloads/ from here..
Unzip the file and move it on your xampp/wampp folder
and login with your MySQL credentials