baalwolf 发表于 2013-2-7 01:34:54

安装 Apache2+PHP5+MySQL

<div class="cnt"><div class="cnt">Install SSH Client and Server (for my remote access)
sudo apt-get install ssh

Install Database Server
sudo apt-get install mysql-server-5.0

Install Apache HTTP Server
sudo apt-get install apache2

Install PHP5 and Apache PHP5 module
sudo apt-get install php5 libapache2-mod-php5

Restart Apache
sudo /etc/init.d/apache2 restart

Optionally, install phpMyAdmin
sudo apt-get install phpmyadmin
页: [1]
查看完整版本: 安装 Apache2+PHP5+MySQL