phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a Web browser. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions.
It is very easy to install PhpMyAdmin in Ubuntu/Linux Mint, To install it open terminal and type following command
Once installed you can open phpmyadmin by opening browser and type
$ sudo apt-get install phpmyadmin
Once installed you can open phpmyadmin by opening browser and type
http://localhost/phpmyadmin
