June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will set up a well-known web-based MySQL administrative tool—phpMyAdmin.
You will need access to a root account or an account with sudo privileges.
You will need a web server set up to serve PHP contents.
Follow these steps to install web access for MySQL:
mcrypt extension for PHP:
$ sudo php5enmod mcrypt
phpmyadmin with the following commands:$ sudo apt-get update $ sudo apt-get install phpmyadmin
phpmyadmin:
<yes> to proceed with the configuration process. ...Read now
Unlock full access