Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. root@dell:~/monkeyspider/trunk/examples# createuser monkey
  2. Shall the new role be a superuser? (y/n) n
  3. Shall the new role be allowed to create databases? (y/n) y
  4. Shall the new role be allowed to create more new roles? (y/n) n
  5. createuser: could not connect to database postgres: FATAL: Ident authentication failed for user "root"
  6. root@dell:~/monkeyspider/trunk/examples# createuser monkey -W
  7. Shall the new role be a superuser? (y/n) n
  8. Shall the new role be allowed to create databases? (y/n) y
  9. Shall the new role be allowed to create more new roles? (y/n) n
  10. Password:
  11. createuser: could not connect to database postgres: FATAL: Ident authentication failed for user "root"
  12. root@dell:~/monkeyspider/trunk/examples# exit
  13. exit
  14. najmi@dell:~$ createuser monkey-spider
  15. Shall the new role be a superuser? (y/n) n
  16. Shall the new role be allowed to create databases? (y/n) y
  17. Shall the new role be allowed to create more new roles? (y/n) n
  18. createuser: could not connect to database postgres: FATAL: Ident authentication failed for user "najmi"
  19. najmi@dell:~$ createuser monkey-spider -U monkey -W
  20. Shall the new role be a superuser? (y/n) n
  21. Shall the new role be allowed to create databases? (y/n) y
  22. Shall the new role be allowed to create more new roles? (y/n) n
  23. Password:
  24. createuser: could not connect to database postgres: FATAL: Ident authentication failed for user "monkey"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement