Tuesday, December 15, 2015

phpMyAdmin installation

phpMyAdmin is web-based tool for MySQL administration. This tool is free and open source. It is written in PHP.

V4.5.2 released on November 23, 2015 is compatible with PHP 5.5 to 7.0 and MySQL 5.5.

1. To install phpMyAdmin, type this command:

sudo apt-get install phpmyadmin

Choose apache2.


Choose Yes.

Enter the password for the database.

Enter the password for phpMyAdmin.

Enter the password again.


2. Open the browser and enter this URL:
http://192.168.xx.xx/phpmyadmin/


3. Login. The username is root.

4. Check the versions of MySQL, Apache, and phpMyAdmin.

In this example, versions are:
MySQL: 5.5.46
Apache: 2.2.22
phpMyAdmin: 3.4.11.1


Reference:
Tutorial – Install PhpMyAdmin on your Raspberry Pi

1 comment: