Install phpMyAdmin in Ubuntu 14.10/14.04/13.10

What is phpMyAdmin ?

phpMyAdmin set of PHP-scripts to manage MySQL over the web. phpMyAdmin can manage a whole as well as a single database. phpMyAdmin is the best option for managing MySQL databases through web interface. Its very easy to use and provides almost all the option to work with your MySQL server. It also provides an easy way to configure mysql replication with easier steps.

Note :- phpMyAdmin required Apache, PHP and MySQL to be installed on server. if you do not have use this post to install them.

phpMyAdmin is a free open-source web interface tool used to manage your MySQL databases. It is available in the Official Debian repositories. So install it with command.

sudo apt-get -y install phpmyadmin

Now proceeds with the instructions

  • Select the Web server you use. In my case, it is apache2.
  • Select ‘Yes’ to configure database for phpmyadmin wjth dbconfig-common.
  • Enter password of the database’s administrative user.
  • Enter MySQL application password phpmyadmin.
  • Re-enter the password.

Now, phpMyAdmin installation has been completed to access phpMyAdmin navigating to http://localhost/phpmyadmin/ or http://server-ip-address/phpmyadmin/ from your browser.

Now, Enter your MySQL username and password which you have given in previous steps.

phpMyAdmin

That’s it Now, you can manage your MySQL databases from phpMyAdmin web interface.

LinuxTweaks

Linuxtweaks Blog helping Server Admin to Manage their servers, Desktop users for making more friendly with linux. Tutorials , guides and tips for linux server maintenance. Here you can learn how to tweak linux servers with code and how to manage it properly.

You may also like...

Leave a Reply

Your email address will not be published.