Showing posts with label phpmyadmin. Show all posts
Showing posts with label phpmyadmin. Show all posts

29 July 2012

How to install PhpMyAdmin in Ubuntu/Linux Mint

1 comment

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

$ sudo apt-get install phpmyadmin

Once installed you can open phpmyadmin by opening browser and type

http://localhost/phpmyadmin
Read More...