sql >> データベース >  >> NoSQL >> MongoDB

Mongodb:最初の接続でサーバーに接続できませんでした

    mongodbに接続するには mongooseで 、使用できます:

    mongoose.connect('mongodb://localhost/users_test');
    

    または

    mongoose.connect('localhost/users_test');
    

    または

    mongoose.connect('localhost','users_test');
    

    ただし、mongoose.connect('mongodb:localhost/users_test');ではありません 、正しいホスト名と一致しません(mongodb localhostの代わりに )



    1. MongoDBAggregationFrameworkのステージとパイプライン

    2. NoSQLデータベースの戦い-MongoDBとMSSQLのNoSQL関数の比較

    3. Mac上のmongodbデータベースの場所

    4. connect-redisのセッション数をカウントします