HostOnNet Blog

Installing and Configuring phpMyAdmin on Ubuntu 13.04

Looking for Linux Server Admin or WordPress Expert? We can help.

phpMyAdmin uses PHP and Apache to manage databases. It’s the most popular database management tool. To install and use it in Ubuntu, run the commands below. It requires Apache as well as PHP so make sure those packages are installed.

sudo apt-get install phpmyadmin

When prompted to select the webserver to use, choose apache2 to continue. The spacebar will select it and press the tab key to skip to Ok and press Enter.

phpmyadmin-ubuntu-1

Next, choose Yes if you’re prompted with the screen below. this allows for the creation of phpmyadmin user database.

phpmyadmin-ubuntu-2

When prompted for password, type the root password for your MySQL database. Select Ok to continue.

phpmyadmin-ubuntu-3

On the next screen, you’ll also be prompted to create a new password for phpmyadmin user. Create and confirm it to continue. When you’re done, open your web browser and type the URL below to get to phpMyAdmin logon page.

http://localhost/phpmyadmin

To sign in, use the root username and password for the database server.

Posted in Linux, MySQL, Ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.