Wednesday, September 15, 2010

My Ubuntu 10.04 LTS : Installing LAMP

Installation:
Using
sudo tasksel install lamp-server
or with
sudo apt-get install php5 mysql-server apache2

Problem encountered:
404 "Not Found" on http://localhost/phpmyadmin

Resolution:
sudo dpkg-reconfigure -plow phpmyadmin

No comments:

Post a Comment