Page 1 of 1

Installing phpMyAdmin on the Bubba

Posted: 02 Apr 2007, 07:06
by Aitch
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

Tnx

Posted: 31 Aug 2007, 07:29
by snowtam
Good post!
Solved my headace! :)

//
Snowtam