# MongoDB #
-
mongoose模块中使用populate方法关联数据,报错Schema hasn't been registered for model "..."的解决方法
别拦我!别拦我!别拦我! 我要给大家分享个bug!!! 情况是这样的,一个Node.js+MongoDB的项[...]
-
Node.js中mongoose模块连接MongoDB数据库时提示(node:12580) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.的解决方案
在Node.js项目中用mongoose模块(版本5.2.6)命令连接MongoDB数据库代码如下: const mo[...]
-
MongoDB数据库控制台中执行db.shutdownServer( )无法关闭数据库服务,提示shutdown command only works with the admin database; try 'use admin'的解决方法
用mongod命令开启数据库服务后,执行db.shutdownServer( )命令无法关闭数据库服务,提示: shu[...]