lamp apache22 mysql55 run_all_one
lamp apache22 mysql55 run_all_onebr /
lamp apache22 mysql55 run_all_one
#/usr/bin/bash #sylar localhost 2011-03-04 #in Wzhjf corp.inc cd /usr/local/src/httpd-2* ./configure --prefix=/usr/local/httpd22 \ --enable-so --enable-mods-shared=most \ --datadir=/var/www/html \ --enable-static-support && make && make install \ echo "/usr/local/httpd22/bin/apachectl start">>/etc/rc.local \ && reboot
2. [文件] run_mysql.sh ~ 356B 下载(7) 跳至 [1] [2] [全屏预览]
cd mysql* cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql55 \ -DINSTALL_DATADIR=/usr/local/mysql55/data \ -DDFAULT_CHARSET=utf8 \ -DEXTRA_CHARSETS=all \ -DWITH_MYISAM_STORAGE_ENGINE=1 \ && make \ && make install \ && cd .. \ rm -rf mysql*.gz echo "MySQL server now configuration and installtion compile~,done~" #echo the init.d to the /etc/rc.local/httpd
- 上一篇:SQL语句解析函数
- 下一篇:遍历文件夹下所有文件
精彩图集
精彩文章