"message" : "not authorized on admin to execute command { serverStatus: 1.0, recordStats: 0.0 }"
Answered
Somebody knows why my installation burst in this message when mongoBooster is initialized?
Somebody knows why my installation burst in this message when mongoBooster is initialized?
What version are you using? I supposed that you are using version 4.x.
Please try to turn off the following options.
What version are you using? I supposed that you are using version 4.x.
Please try to turn off the following options.
reinstalled the mongo and redid the admnistative user ... and managed to connect with mongobooster. It was a bad howto which I followed.
At the final of soap opera ... I was with a doubt .... How MongoBooster connect on mongo server? What user ... how it get connect if it don't have any password?
Thanks a lot
reinstalled the mongo and redid the admnistative user ... and managed to connect with mongobooster. It was a bad howto which I followed.
At the final of soap opera ... I was with a doubt .... How MongoBooster connect on mongo server? What user ... how it get connect if it don't have any password?
Thanks a lot
You can establish a secure connection with authentication. By default mongodb has no enabled access control, so there is no default user or password.
1. Menu-> File -> Connection... -> Edit -> Authentication Tab
2. Or Menu -> File -> Quick Connection ...-> Enter you MongoDB URI that includes authentication credentials in the form of username:password@
mongodb://[username:password@]host:port/database?options
More about enable MongoDB Auth:
https://docs.mongodb.com/manual/tutorial/enable-authentication/
You can establish a secure connection with authentication. By default mongodb has no enabled access control, so there is no default user or password.
1. Menu-> File -> Connection... -> Edit -> Authentication Tab
2. Or Menu -> File -> Quick Connection ...-> Enter you MongoDB URI that includes authentication credentials in the form of username:password@
mongodb://[username:password@]host:port/database?options
More about enable MongoDB Auth:
https://docs.mongodb.com/manual/tutorial/enable-authentication/
Replies have been locked on this page!