发布时间:2014-03-24 15:37:39
一、环境MongoDB Sharding Cluster 包含三种角色:?Shard Server:mongod 实例,用于存储实际的数据块,数据层?ConfigServer: mongod 实例,存储了整个 Cluster Metadata,其中包括 chunk 信息,配置层?Route Server:mongos 实例,前端路由,客户端由此接入,且让整个集群看上去像单一进程&.........【阅读全文】
发布时间:2014-03-24 11:57:00
#后台启动fork = true#绑定的ip地址#bind_ip = 127.0.0.1#指定mongodb的端口port = 27017#指定存放数据的目录dbpath = /export/mongodb1/data#每一个库有单一的子目录directoryperdb = true#指定日志的路径logpath = /export/mongodb1/log/mongod.log#指定存放进程文件的目录pidfilepath = /export/mongodb1/l.........【阅读全文】
发布时间:2014-02-19 09:45:57
此ppt主要是针对mysql初学者,讲解的主要内容为mysql的yum,rpm,源码,二进制,多实例安装方式。数据库版本以5.5为例子。ppt 连接 http://wenku.it168.com/d_001379847.shtml......【阅读全文】
发布时间:2013-11-12 15:34:09
安装oracle以后yum 安装报错点击(此处)折叠或打开Plugin "refresh-packagekit" can't be importedLoaded plugins: fastestmirror, securityLoading mirror speeds from cached hostfileTraceback (most recent call last):File "/usr/.........【阅读全文】
发布时间:2013-09-29 10:11:56
现在很多时候安装系统是,去掉了图形界面,但是有时候我们发现又需要图形界面,下面是centos 安装图形界面的过程。1、yum groupinstall "Desktop"2、yum groupinstall "X Window System"3、启动图形界面startx......【阅读全文】