doumiao0498 2013-09-27 05:31
浏览 46
已采纳

PHPMYADMIN未在Ubuntu12.04中加载

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?

  • 写回答

2条回答 默认 最新

  • douyu8187 2013-09-27 05:32
    关注

    You're missing PHP.

    From the terminal:

    sudo apt-get install php5 php5-mysql

    Then restart Apache:

    sudo service apache2 restart
    

    You can then navigate to http://localhost/phyMyAdmin and it'll work.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?