我正在尝试启动mongo在cmd
:
C:UsersVishal Bramhankar>mongo
'mongo' is not recognized as an internal or external command,
operable program or batch file.
我错过了什么?
在MongoDB 6.0版本之后,我们需要单独安装MongoDB Shell。
-
在环境变量中配置下面的路径
C:Program Filesmongosh-1.6.1-win32-x64bin
-
关闭
cmd
并再次打开新的cmd并运行以下命令:C:UsersVishal Bramhankar>mongosh
-
在下面运行以了解db:
test> shows dbs
MongoDB shell安装:
- https://www.mongodb.com/try/download/shell