博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MongoDB C Driver and APIinstances linux MongoDB安装配置
阅读量:6819 次
发布时间:2019-06-26

本文共 1655 字,大约阅读时间需要 5 分钟。

<一,linux平台MongoDB安装配置>在这我们使用的Centos6 yum部署的,你想搞编译,自个干!

无auth,启动mongodb

创建账户

重新开启认证登陆

再此用上次的dbpath启动报如下错误,附上错误解决方法

Ok,搞定

命令行关闭数据库

基于yum部署的mongoDB启动控制脚本保存在/etc/init.d/  只针对RHEL内核系统衍生版本,请自行定位,(其实编译和yum,维护工具孰好孰坏?尺度不同,结果各异)

编译的哥们请用如下控制脚本

<二,主要目标在这,搞定MongoDB C driver API>

1,following guide will step you through the process of downloading, building, and installing the current release of the MongoDB C Driver

 MongoDB C driver下载

wget https://github.com/mongodb/mongo-c-driver/releases/download/0.98.0/mongo-c-driver-0.98.0.tar.gz Minimal dependencies are needed to build the MongoDB C driver. Optionally, if you want Kerberos (GSSAPI) or SSL support, you need to install libsasl2 and OpenSSL libraries and development headers respectively
sudo make install or su -c "make install";

<三,MongoDB C API>

offical Doc借鉴瞻仰!

http://api.mongodb.org/c/current/?_ga=1.106192963.110691070.1411522327

http://docs.mongodb.org/manual/reference/connection-string/

Connection String URI Format,Standard Connection String Format,standard URI connection scheme:

mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]

Example:

MongoDB replic set

mongodb://Ruiy1.cc:27017,Ruiy2.cc:7788/?replicaSet=byRuiy Connection String Options Crrrent pass Start live Battle 为了保证大家能愉快的在这一块玩耍,请确保你的MongoDB C driver已经正确安装,Ruiy Tip("Action:Behavior",{"be a light sleeper!",,,,,}),见图吧,说多了就是废话了!

1,Example01 emoving a document from a collection

Total Cost Of Ownership

Exec Command

未完待续!

另一警醒篇

http://www.cnblogs.com/ruiy/p/mongoDbStatementBasic.html

posted on
2014-09-22 23:25 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/ruiy/p/MongoDBcAPIdriver.html

你可能感兴趣的文章
Out Ref用法
查看>>
得到颜色的整形值
查看>>
.net winForm 实现类似qq 弹出新闻
查看>>
SSL加速和证书卸载的配置方式
查看>>
Intersect交集
查看>>
Sencha touch 中的一段源码匿名中定义Function并调用
查看>>
android开发学习 ------- 枚举类型在Android中的用法
查看>>
day14 装饰器模拟验证附加功能
查看>>
c#简单自定义异常处理日志辅助类
查看>>
make: *** No targets specified and no makefile found. Stop.错误
查看>>
闭包的常见用处
查看>>
中联通4月份3G用户净增181.7万总数突破2000万
查看>>
cJSON填坑记
查看>>
css3(border-radius)边框圆角详解(转)
查看>>
Python MySQLdb 使用utf-8 编码插入中文数据
查看>>
hdu1406
查看>>
排序算法一:快速排序
查看>>
Python中的__name__和类
查看>>
Android 开发工具下载中文网站
查看>>
Redis 列表处理
查看>>