Saturday, August 13, 2016

phpmyadmin under apache on debian

phpmyadmin under apache on debian


install mysql-server through aptitude
install phpmyadmin through aptitude

add the following command on the line of /etc/apache2/apache2.conf:

Include /etc/phpmyadmin/apache.conf

restart apache: invoke-rc.d apache2 restart

Available link for download