Skip to content

Instantly share code, notes, and snippets.

@lucidfrontier45
Last active August 29, 2015 14:06
Show Gist options
  • Save lucidfrontier45/ed543cf9ea6c106978e1 to your computer and use it in GitHub Desktop.
Save lucidfrontier45/ed543cf9ea6c106978e1 to your computer and use it in GitHub Desktop.
# postgresユーザーのパスワードを変更
sudo passwd postgres
# 新しいユーザーを作成
sudo -u postgres createuser du -P --interactive
# DBの作成
create databese test_db owner du
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment