You are here
chinmaya singh chandel - Mon, 2012/12/24 - 15:14
Can anyone let me know the default username and password for Logging in MongoDB which i have recently downloaded from turnkey template.
Forum:
Tags:
Can anyone let me know the default username and password for Logging in MongoDB which i have recently downloaded from turnkey template.
Set them with the init scripts
Should get you going... :)
Which version are your using?
I just tested the v14.0 appliance via the Hub and I could log in fine using "admin" and the password I set on launch. It should work fine from the ISO install too (the Hub instances are built from the ISO).
Are you using the old one or the new one?
Ok right you are...
Ok I have a workaround...
In a terminal set your new password:
then copy/paste this:[updated] to use the proper syntax for running mongo within a bash script (i.e. "--eval"); plus added "--bind_ip 127.0.0.1" when starting mongo with "--noauth" (so that mongo will only accept local connections while running with no authorisation required).
Add new comment