找回密码
 注册
查看: 550|回复: 0

R语言 rmongodb包 mongo.add.user()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 00:07:26 | 显示全部楼层 |阅读模式
mongo.add.user(rmongodb)
mongo.add.user()所属R语言包:rmongodb

                                        Add a user and password
                                         添加一个用户名和密码

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Add a user and password to the given database on a MongoDB server for authentication purposes.
一个给定的数据库在MongoDB服务器进行身份验证的用户名和密码。

See http://www.mongodb.org/display/DOCS/Security+and+Authentication.
请参阅http://www.mongodb.org/display/DOCS/Security+and+Authentication。


用法----------Usage----------


mongo.add.user(mongo, username, password, db="admin")



参数----------Arguments----------

参数:mongo
(mongo) a mongo connection object.
(蒙戈)蒙戈的连接对象。


参数:username
(string) username to add.
(字符串)的用户名添加。


参数:password
(string) password corresponding to username.
(字符串)相应的用户名密码。


参数:db
(string) The database on the server to which to add the username and password.
(字符串),在服务器上的数据库中添加用户名和密码。


参见----------See Also----------

mongo.authenticate,<br> mongo,<br> mongo.create.
mongo.authenticate,蒙戈参考,参考mongo.create。


实例----------Examples----------


mongo <- mongo.create()
if (mongo.is.connected(mongo))
    mongo.add.user(mongo, "Jeff", "H87b5dog")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 03:36 , Processed in 0.023214 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表