Nodejs: Error connecting to database when registering login session and connecting MongoDB database

Source: Internet
Author: User

(1) Nodejs: Error Registering login session

Workaround:

change var Mongostore = require (Connect-mongo ') to var mongostore = require (Connect-mongo ') (Express) in App.js;

(2) Error connecting to database solution when connecting to MongoDB database

In this case your own MongoDB database is not installed well

Workaround:

A. Download the installation database on the official website

B. Create a new folder inside the MongoDB folder MyBlog, two new files in the folder

<1>mongodb.bat

The contents of the file are:

Mongod directory of--dpath +nodejs files (such as D:\myblog\)

<2>mongodb27017.bat

The contents of the file are:

MONGO 127.0.0.1:27017

Nodejs: Error connecting to database when registering login session and connecting MongoDB database

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.