文章分类 -  开源软件

摘要:安装mysql 5.6.4下载源码安装cmakesudo apt-get install cmake进入mysql源码包:创建mysql用户与用户组groupadd mysqluseradd mysql -g mysqlcmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DWITH_INNOBASE_STORAGE_ENGINE=1 -DENABLE_DOWNLOADS=1 -DMYSQL_DATADIR=/usr/local/mysql/data -DMYSQL_UNIX_ADDR=/usr/local/mysql/data/mysql.sock 阅读全文
posted @ 2014-03-27 11:34 涛光 阅读(1256) 评论(0) 推荐(0)
摘要:Include filesDon't be shy in splitting up your main nginx.conf file into several smaller files. Your co-workers will be grateful. A structure that has been working for me is to have one file where I define my upstream pools, one file where I define locations that point to upstream pools, and one 阅读全文
posted @ 2012-06-19 17:26 涛光 阅读(876) 评论(0) 推荐(0)
摘要:1、安装必要的Perl模块 先需要安装cpan sudocpan-iNet::Netmasksudocpan-iDBIsudocpan-iPerlbalsudocpan-iMogileFS::Clientsudo cpan -i Danga::Socketsudo cpan -i IO::AIO sudo cpan -i Sys::Syscall 2、安装MySQL Liberary1sudoapt-getinstalllibdbd-mysql-perl3、获取MogileFS 1sudoperl-MCPAN-e'install"MogileFS:Server"&# 阅读全文
posted @ 2012-04-28 08:40 涛光 阅读(306) 评论(0) 推荐(0)