http://www.apachefriends.org
XAMPP for Linux
By the way: In the past this software was called LAMPP but to avoid misconceptions we renamed it to »XAMPP for Linux«. So if you are seeking for LAMPP you're on the right track. ;)
If you encounter any problems with XAMPP please feel free to get in touch with me. This will help me to improve XAMPP and make it more useful for everybody.
前些时间记得好像有一款这样子的软件,不过老是想不起来,Google了一下,发现原来自己早在VeryCD中发过这个软件,失败极了。
安装方法:
安装步骤:
1 下载XAMPP for linux:http://www.apachefriends.org/download.php?xampp-linux-1.4.15.tar.gz
2 安装:下载后简单的输入以下命令即可轻松搞定:
1. 进入linux终端并且用root登陆(系统会提示输入root密码):
su
2. 将下载的档案文件解压到/opt下:
tar xvfz xampp-linux-1.4.15.tar.gz -C /opt
警告1:请不要用Microsoft Windows工具对档案文件解压,这样会导致起非正常工作
警告2:已经安装过Xampp的用户此命令将覆盖原有版本
自此xampp已经安装到/opt/lampp目录中
3 启动xampp:
启动xampp很简单:)输入以下命令:
/opt/lampp/lampp start
你将在你的终端中看见类似下面的提示
Starting XAMPP 1.4.15...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
好了。apache mysql运行了:)是不是很easy阿。