Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. mongo localhost/db_name -u user -p password --authenticationDatabase admin
  2.  
  3. mongo pod_service_name/db_name -u user -p password --authenticationDatabase admin
  4.  
  5. [thread1] Error: Authentication failed. :
  6. connect@src/mongo/shell/mongo.js:263:13
  7. @(connect):1:6
  8. exception: connect failed
  9.  
  10. MongoDB server version: 3.6.12
  11. Welcome to the MongoDB shell.
  12. For interactive help, type "help".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement