Created
May 10, 2017 16:08
-
-
Save suhanlee/d836b00d8083db5d190dc11bd8ce0033 to your computer and use it in GitHub Desktop.
PostgreSQL Script
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 postgresql user | |
$ createuser -P -d -e [user] | |
* create database on user | |
$ createdb -O [user] [user_database_name] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment