• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "MongoDB - mLab / Cloud"

Collapse

  • BigDataPro
    replied
    Originally posted by SimonMac View Post
    Iuse mongo shell? If so once I have mongo shell installed how to I connect when there is no db, as all the instructions are how to conned to a DB, not create one in the first place!
    Apparently when you start Mongo shell, it connects to 'test' db by default. You can also switch to non-existing databases by simply 'use my-non-existent-db'.

    In the past I have briefly worked in mongodb when using Meteor javascript framework. It's easy to learn and forget, if you have been in RDBMS space for long enough :-)
    Last edited by BigDataPro; 26 May 2020, 20:30.

    Leave a comment:


  • elsergiovolador
    replied
    There used to be plenty Mongo databases available open to the world. Maybe check if any of these is still available? These didn't even have passwords set.

    Leave a comment:


  • SimonMac
    started a topic MongoDB - mLab / Cloud

    MongoDB - mLab / Cloud

    I'm trying to set up an azure web app, and it's instructions are as follows:

    Code:
    Enter your mongo (mLab) URI in the Mongo Connection box.
    Your mLab URI will use the syntax shown in this example, but you must fill in your OWN information, not the sample values shown here:
    
    mongodb://databaseUserName:[email protected]:12345/databaseName
    
    For example:
    mongodb://sallyuser:[email protected]:12345/mycgm
    Now it turns out mLab has been deprecated by Cloud Atlas?!

    I've signed up for an account, I have a cluster and created a user to connect with, however I. can't for the life of me work out how to create a database. Can it be done through the webpages or do I have to. use mongo shell? If so once I have mongo shell installed how to I connect when there is no db, as all the instructions are how to conned to a DB, not create one in the first place!

Working...
X