LoginSignup
5

More than 5 years have passed since last update.

postgresql を homebrewでインストール

Posted at

ざっくり手順だけ。

brew install postgresql
initdb /usr/local/var/postgres-395 -E utf8
psql -l
postgres -D /usr/local/var/postgres-395
createdb Kajaeru_development
createuser -P testuser
psql -q -c 'select * from pg_user' postgres

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5