我在基本的os luna上安装了phpmyadmin,但是在浏览器上找不到它。 我已经完成了这些命令
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
sudo /etc/init.d/apache2 restart
也是这个命令
sudo sh -c 'echo "Include /etc/phpmyadmin/apache.conf" >> /etc/apache2/apache2.conf'
但是当我尝试访问phpmyadmin时,我的浏览器下载了这样的文件
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* forms frameset
*
* @uses $GLOBALS['cfg']['QueryHistoryDB']
* @uses $GLOBALS['cfg']['Server']['user']
* @uses $GLOBALS['cfg']['DefaultTabServer'] as src for the mainframe
* @uses $GLOBALS['cfg']['DefaultTabDatabase'] as src for the mainframe
and so on.....
我之前已经安装了apache2和php5
我可能做错了什么?
答案 0 :(得分:0)
下载并安装xampp for linux。它有效。最重要的是:你的系统上没有启用php。这就是你看到php代码的原因。