I want to copy my db called users binded by default to localhost:27017
to another bind address. How can I do this?
You could try using this copydb command.
Otherwise, you could use mongo export, export the data to a file. Then import those data into the new database. Back Up and Restore with MongoDB Tools
Here is the doc of mongo export mongoexport