-
-
Save ca4ti/4aaf03797e0596856906d4d53d93ac5a to your computer and use it in GitHub Desktop.
Create a new PostgreSQL database with UTF8 encoding
This file contains 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
#Replace 'symplcms' with the database'name | |
createdb --template=template0 --locale=en_US.UTF-8 --encoding=UTF8 -U postgres symplcms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment