New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Installing phpMyAdmin on the Bubba

Got problems with Bubba? Then this forum is for you.
Locked
Aitch
Posts: 11
Joined: 15 Feb 2007, 06:54
Location: Stavanger, Norway

Installing phpMyAdmin on the Bubba

Post 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
snowtam
Posts: 5
Joined: 30 Aug 2007, 11:29
Location: Sweden, Stockholm

Tnx

Post by snowtam »

Good post!
Solved my headace! :)

//
Snowtam
Locked