XAMPP for Linux/windows

http://www.apachefriends.org
XAMPP for Linux

XAMPP for Windows

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阿。

安裝方法轉自:http://www.linuxunion.net/forum/viewtopic.php?t=33

 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章