Created
November 28, 2016 22:57
-
-
Save bumble-bee-chuna/14519cb8b4ec2ba86bb225d916207f71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE ROLE mystore LOGIN PASSWORD 'mystore' NOINHERIT CREATEDB; | |
Errors you will get in rails if you don't have the username available: | |
ActiveRecord::NoDatabaseError: FATAL: role does not exist rails | |
friggin start and stop the damn thing: | |
$ brew services list | |
$ brew services restart postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment