Skip to content

Instantly share code, notes, and snippets.

@pom421
Last active April 28, 2020 23:01
Show Gist options
  • Save pom421/de89d4b7f2e6eba100b471df86994bfe to your computer and use it in GitHub Desktop.
Save pom421/de89d4b7f2e6eba100b471df86994bfe to your computer and use it in GitHub Desktop.
# Create a user named ozon, for example
create user ozon with encrypted password 'ozon';
# Create a database (see LC_CTYPE and LC_COLLATE if needed)
create database ozon with owner ozon encoding 'UTF8';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment