How do i change a db name in mongodb? Simple question but i can’t find anything online on how to do this. I don’t want to have to rebuild my entire database, i just simple want to change the name of it. thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way is to clone the database to one of a different name
http://www.mongodb.org/display/DOCS/Copy+Database+Commands
You could go here and vote for that feature