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


Next, enter the login information – i.e MySQL username and password

>> ‘root’ as username

>> ‘password’ as the password that you entered while installing MySQL


That’s all..you have successfully installed PhpMyAdmin .Enjoy :)


If You Liked This Post Please Take a Time To Share This Post

You May Also Like...

1 comment: