PDA

View Full Version : [ubuntu] Ubuntu desktop 9.04 phpmyadmin problem


tcpa41
June 15th, 2009, 04:20 AM
After running sudo apt-get install php5 mysql-server apache2 phpmyadmin and the adding a symbolic link sudo "ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin"
i cant load up phpmyadmin in firefox,when trying to enter localhost/phpmyadmin firefox prompts me to download some sort of phtml file. Any ideas on how to fix this?

ActiveFrost
June 15th, 2009, 04:45 AM
Symbolic link to /var/www/ .. mhh, first time when I hear this !


Open your terminal and :
sudo gedit /etc/apache2/apache2.conf
Add this line :
Include /etc/phpmyadmin/apache.conf
Restart apache :
sudo /etc/init.d/apache2 restart

Enjoy :D