------Nodejs连接mongoDB
------解决连接数据库时报错的问题:The configured storage engine is 'mmapv1'., ter2018-11-29T15:23:50.791+0800 I CONTROL [initandlisten] dbexit: rc: 100。
-------解决方案:在通过相对路径连接指定的数据库时,出现这个错误,需要在后面加上‘--storageEngine wiredTiger’
------Nodejs连接mongoDB
------解决连接数据库时报错的问题:The configured storage engine is 'mmapv1'., ter2018-11-29T15:23:50.791+0800 I CONTROL [initandlisten] dbexit: rc: 100。
-------解决方案:在通过相对路径连接指定的数据库时,出现这个错误,需要在后面加上‘--storageEngine wiredTiger’
本文标题:2018-12-13 Nodejs通过mongoDB连接指定数据
本文链接:https://www.haomeiwen.com/subject/abubhqtx.html
网友评论