New answers tagged phpmyadmin
1
In order to install phpmyadmin on Ubuntu, you need to have Apache2 , MySQL and PHP installed and configured properly.
After installing apache2, MySQL and PHP, you can install and configure phpmyadmin. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get update
sudo apt-get install phpmyadmin
0
Well I thought it would be harder to test this out. It turns out, installing the phpmyadmin package gives you an easy to use "Dash" icon.
So with that much appreciated help I could test this out quickly.
What I did was the following:
Download PHPMyAdmin from their site: http://www.phpmyadmin.net/home_page/downloads.php
Assuming you have already ...
Top 50 recent answers are included