我用自帶客戶端去連接mongodb報錯了跪求大佬指點
PS C:\Users\畫眉鳥> mongo 127.0.0.1:27017/test
MongoDB shell version v4.2.0-rc4-12-gf515c80
connecting to: mongodb://127.0.0.1:27017/test?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("3957ee44-5008-46b5-93b7-75f4d3dd4ffa") }
MongoDB server version: 4.2.0-rc4-12-gf515c80
Server has startup warnings:
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten]
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten]
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** WARNING: This server is bound to localhost.
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** Remote systems will be unable to connect to this server.
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** Start the server with --bind_ip <address> to specify which IP
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** addresses it should serve responses from, or with --bind_ip_all to
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** bind to all interfaces. If this behavior is desired, start the
2019-07-25T16:15:06.479+0800 I CONTROL [initandlisten] ** server with --bind_ip 127.0.0.1 to disable this warning.
2019-07-25T16:15:06.479+0800 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()
---
2019-07-25T17:00:20.714+0800 F CONTROL [main] *** unhandled exception 0xE06D7363 at 0x00007FFC95689129, terminating
2019-07-25T17:00:20.715+0800 F CONTROL [main] *** stack trace for unhandled exception:
2019-07-25T17:00:20.717+0800 I - [main] KERNELBASE.dll RaiseException+0x69
VCRUNTIME140.dll CxxThrowException+0xad
mongo.exe MallocExtension::GetEstimatedAllocatedSize+0x175080
mongo.exe MallocExtension::GetEstimatedAllocatedSize+0x174e5f
mongo.exe tc_mallopt+0xa52c
mongo.exe mozilla::detail::MutexImpl::~MutexImpl+0x866f
mongo.exe mozilla::detail::MutexImpl::~MutexImpl+0x2317
mongo.exe mozilla::detail::MutexImpl::~MutexImpl+0x8de5
mongo.exe tcmalloc::Log+0xaaf04
KERNEL32.DLL BaseThreadInitThunk+0x14
2019-07-25T17:00:20.719+0800 I CONTROL [main] failed to open minidump file C:\Program Files\MongoDB\Server\4.2019-07-25T09-00-20.mdmp : 拒絕訪問。
2019-07-25T17:00:20.719+0800 F CONTROL [main] *** immediate exit due to unhandled exception
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/54228.html
標籤:MongoDB
