allefss94 / Mongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongo

PS C:\Users\55949> mongo MongoDB shell version v4.2.8 connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb Implicit session: session { "id" : UUID("52587fb0-91ae-4780-a5c2-b35882752426") } MongoDB server version: 4.2.8 Server has startup warnings: 2020-07-09T22:48:42.979-0300 I CONTROL [initandlisten] 2020-07-09T22:48:42.979-0300 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database. 2020-07-09T22:48:42.979-0300 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted. 2020-07-09T22:48:42.979-0300 I CONTROL [initandlisten]

Enable MongoDB's free cloud-based monitoring service, which will then receive and display metrics about your deployment (disk utilization, CPU, operation statistics, etc).

The monitoring data will be available on a MongoDB website with a unique URL accessible to you and anyone you share the URL with. MongoDB may use this information to make product improvements and to suggest MongoDB products and deployment options to you.

To enable free monitoring, run the following command: db.enableFreeMonitoring() To permanently disable this reminder, run the following command: db.disableFreeMonitoring()

About