First of all:
- Code: Select all
apt-get install phpmyadmin
If you can't open it in your browser (http://bubba/phpmyadmin)
Log in as root and run the following command:
- Code: Select all
ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
Now you have to check /etc/apache2/apache2.conf if it contains the following line:
- Code: Select all
Alias /phpmyadmin /usr/share/phpmyadmin
With many thanks to Jaap-Jan
