Last active
April 28, 2020 23:01
-
-
Save pom421/de89d4b7f2e6eba100b471df86994bfe 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 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