Created
February 17, 2016 03:08
-
-
Save khoazany/ab3b09aa376fdcc28517 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
this script was a savior for me
Thank you!