How To Install phpMyAdmin 4.0.6 On Ubuntu 13.04, 12.10, 12.04, Linux Mint 15, 14, 13 And Elementary OS 0.2 Luna Via PPA

Hello Linux Geeksters. As you may know, phpMyAdmin is a PHP tool used for administrating MySQL, MariaDB and Dizzle databases over the web. It allows the users to easily manage databases, tables, comumns, relations, indexes permissions, users etc, via the internet browser.

Watch Free Movies

The latest version available is phpMyAdmin 4.0.6, which has been added to the launchpad PPA 2 days ago.

how to install phpMyAdmin 4.0.6 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.

In this article I will show you how to install phpMyAdmin 4.0.6 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.

Because it is available via PPA, installing phpMyAdmin 4.0.6 on Ubuntu, Linux Mint and Elementary OS is easy. All you have to do is add the ppa to your system, update the local repository index and install the phpmyadmin package. Like this:

$ sudo add-apt-repository ppa:tuxpoldo/phpmyadmin
$ sudo apt-get update
$ sudo apt-get install phpmyadmin

Scroll to Top