1. sudo apt-get install phpmyadmin
2. ALT+F2
3. gksudo gedit /etc/apache2/apache2.conf
or
2. Open a terminal
3. Type: sudo gedit /etc/apache2/apache2.conf
4. To set up under Apache all you need to do is include the following line in /etc/apache2/apache2.conf
-->
# Include phpMyadmin
Include /etc/phpmyadmin/apache.conf
5. Restart Apache2 (to restart type the command below on terminal)
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
or
sudo /etc/init.d/apache2 restart
Install phpMyAdmin
Posted by
Lon
on Wednesday, February 25, 2009
Labels:
Intrepid 8.10,
phpMyAdmin,
Ubuntu
0 comments:
Post a Comment