How do i switch databases in mongodb?



  • To switch databases run the following. use <database name>, you will have seen a similar command on other database software.

    > use trainingBlog
    switched to db trainingBlog
    

Log in to reply
 

© Lightnetics 2024