腾讯云ubuntu下安装php5 apache2 mysql的命令分享,ubuntuphp5


sudo apt-get update

sudo apt-get install mysql-server

sudo apt-get install mysql-client

sudo service mysql start

sudo apt-get install apache2

sudo apt-get install php5

sudo apt-get install php5-mysql

sudo /etc/init.d/apache2 restart

sudo service apache2 restart

systemctl stop firewalld

service ufw stop

service ufw status

相关内容