If you decide to install phpMyAdmin to manage your MySQL databases on the Bubba then be aware that the default apt-get install puts the link in /var/www meaning you will not see it from the Bubba's webserver root which is in /var/www/html. To fix:
Code: Select all
# cd /var/www
# mv phpmyadmin html/
Then you can run phpMyAdmin by typing //bubba/phpmyadmin in your web browser.
/H