I have installed phyMyAdmin on my Ubuntu 12.04 using sudo apt-get.. I configured the Apache2 Server as it was given in the Documentation The problem I am facing is that when i take "http://localhost/phyMyAdmin" nothing is displayed in the browser,instead it downloads a php file. Why is this occuring?How can I resolve this problem?
PHPMYADMIN未在Ubuntu12.04中加载
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
douyu8187 2013-09-27 05:32关注You're missing PHP.
From the terminal:
sudo apt-get install php5 php5-mysqlThen restart Apache:
sudo service apache2 restartYou can then navigate to
http://localhost/phyMyAdminand it'll work.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报