PhpMyAdmin is a web interface designed specifically for administering MySQL.
#apt-get install phpmyadmin
Also install the following if not automatically installed with above command
php4-gd php5-gd
Once the installation begins, we'll be presented with a question about which web servers to reconfigure. Since we used Apache2, be sure to check that. When prompted, go ahead and have Apache2 restarted.
To test out phpmyadmin, we'll first point our web browser to http://servername/phpmyadmin/. We will connect using the username "root" and a blank password. Once we do, phpmyadmin will greet us with stern warning about our blank password. Clicking on "Change password" will allow us to set one and get rid of that warning.
If phpmyadmin is not working, add the following line in /etc/apache2/apache.conf file
Include /etc/phpmyadmin/apache.conf
No comments:
Post a Comment