How to install PHPMyAdmin on Linux EC2 instance?
- by David
I just finished setting up a default Linux EC2 instance and would like to install PHPMyAdmin. I already have Apache and MySQL installed but cannot seem to install PHPMyAdmin. I tried using
sudo apt-get phpmyadmin but the command apt-get is not recognized.
I also tried sudo yum install phpmyadmin but that I get the message No package phpmyadmin available.
Any suggestions on what I am doing wrong?