检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
$result = $collection->find(['username' => 'admin']); foreach ($result as $entry) { echo $entry->_id, ': ', $entry->email, "\n"; } ?
$result = $collection->find(['username' => 'admin']); foreach ($result as $entry) { echo $entry->_id, ': ', $entry->email, "\n"; } ?
400 DBS.200817 Failed to obtain the database user list. 获取数据库用户列表失败 检查数据库状态以及实例状态。 400 DBS.200818 Failed to delete the database user.
getParameter √ √ √ - repairDatabase x x x 高危命令。 repairCursor x x x 系统内部命令。 touch √ √ √ - shutdown x x x 高危命令。 logRotate x x x 高危命令。
"private_ip": "192.168.0.174", "public_ip": "", "spec_code": "dds.mongodb.s2.medium.4.repset", "availability_zone
net: bindIp: 127.0.0.1 port: 40301 unixDomainSocket: {enabled: false} processManagement: {fork: true, pidFilePath: /compile/cluster-restore
explain() 例如: db.test.find({"data_id" : "ae4b5769-896f-465c-9fbd-3fd2f3357637"}).explain(); db.test.find({"data_id" : "775f57c2-b63e-45d7-b581
{ "projects": [ { "domain_id": "65382450e8f64ac0870cd180d14e684b", "is_domain": false, "parent_id
说明: 请确保所选取的安全组允许客户端访问数据库实例(如协议选择为TCP,方向选择为入方向,端口设置为8635,源地址设置为实例所属子网或所属安全组)。
URI URI格式 GET https://{Endpoint}/v3/{project_id}/instances/{instance_id}/db-user/detail?
取值范围: prePaid:预付费,即包年/包月。 postPaid:后付费,即按需付费。 period_type String 否 订购周期类型。 “charge_mode”为“prePaid”时生效,且为必选值。 取值范围: month:包月。 year:包年。
取值范围: prePaid:预付费,即包年/包月。 postPaid:后付费,即按需付费。 period_type String 否 订购周期类型。 “charge_mode”为“prePaid”时生效,且为必选值。 取值范围: month:包月。 year:包年。
响应示例 { "links": ["https://obs.domainname.com/ddsbucket.username.1/xxxxxx", "https://obs.domainname.com/ddsbucket.username.2/xxxxxx"] } SDK
dss_pool_status String 是 dss_pool的状态,包含以下状态: available,可用。 deploying,正在部署。 enlarging,正在扩容。 frozen,冻结。 sellout,售罄。
高可用监控 具备高可用能力,支持秒级Switchover和Failover。 自行部署高可用监控,手工命令行执行主备切换,可能会有数据丢失。
net: bindIp: 127.0.0.1 port: 40303 unixDomainSocket: {enabled: false} processManagement: {fork: true, pidFilePath: /compile/cluster-restore
System.setProperty("javax.net.ssl.trustStorePassword","<password>"); 连接副本集的Java代码,可参考以下示例: public class Connector { public static void main
available:当前可用的连接数。 查询当前连接来源 使用Mongo Shell连接副本集主节点后,切换至admin数据库。
System.setProperty("javax.net.ssl.trustStorePassword","<password>"); 连接副本集的Java代码,可参考以下示例: public class Connector { public static void main
System.setProperty("javax.net.ssl.trustStorePassword","<password>"); 连接单节点的Java代码,可参考以下示例: public class Connector { public static void main