简体   繁体   English

robomongo aws ec2 ubuntu

[英]robomongo aws ec2 ubuntu

Trying to make a remote connection from Robomongo to my ec2 ubuntu mongodb. 试图从Robomongo到我的ec2 ubuntu mongodb进行远程连接。 I have been able to make connections to other non-ec2 ubuntu servers with Robomongo. 我已经能够与Robomongo连接到其他非ec2 ubuntu服务器。 But when I try with ec2 I keep getting the "you skipped authorization" error. 但是当我尝试使用ec2时,我不断收到“你跳过授权”的错误。 I can remote connect to it in the terminal, but not with Robomongo. 我可以在终端远程连接它,但不能与Robomongo连接。 Is there something I a missing with ec2 remote connections? ec2远程连接是否缺少某些东西?

What I have done: 我做了什么:

  1. created a mongo user administrator 创建了一个mongo用户管理员
  2. make a connection within Robomongo 在Robomongo内建立联系

I am able to connect but says I skipped authorization. 我能连接,但说我跳过了授权。

My mongo log reads: 我的mongo日志写道:

Failed to authenticate neil@admin with mechanism MONGODB-CR: AuthenticationFailed MONGODB-CR credentials missing in the user document 无法使用机制MONGODB-CR对neil @ admin进行身份验证:用户文档中缺少AuthenticationFailed MONGODB-CR凭据

The Robomongo (at least 0.8.4 ) does not support Mongo 3.0 at this time. Robomongo(至少0.8.4 )目前不支持Mongo 3.0。 For PHP, just update mongo.so module via pecl, because only 1.6 version is fully support Mongo 3.0. 对于PHP,只需通过pecl更新mongo.so模块,因为只有1.6版本完全支持Mongo 3.0。

https://github.com/paralect/robomongo/issues/766 https://github.com/paralect/robomongo/issues/766

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM