搭建lemp平台

安装lemp: #!/bin/bash root=/opt/app if [ $(id -u) != "0" ]; then     echo "Error: You must be root to run this script, please use root to install lnmp"     exit 1 fi   rpm -e php php-comman mysql mysql-
相关文章
相关标签/搜索