摘要: cmake \ -DCMAKE_INSTALL_PREFIX=/Data/mysql \ #The installation base directory. -DMYSQL_DATADIR=/Data/mysql/data \ #The location of the MySQL data dire 阅读全文
posted @ 2017-02-28 20:10 风之神堂 阅读(122) 评论(0) 推荐(0)
摘要: 一、安装nginx时必须先安装相应的编译工具 yum -y install gcc gcc-c++ autoconf automakeyum -y install zlib zlib-devel openssl openssl-devel pcre-devel 二、建立nginx 用户和用户组# g 阅读全文
posted @ 2017-02-21 16:01 风之神堂 阅读(318) 评论(0) 推荐(0)