Stan Blog

學習過程中的一些記錄

[Rails] ActiveRecord::NoDatabaseError FATAL: role postgres does not exist

$ psql postgres

$ create user username with password '12345678';
$ alter user username with superuser;

Ref:

Comments

comments powered by Disqus