Skip to content

Instantly share code, notes, and snippets.

@khoazany
Created February 17, 2016 03:08
Show Gist options
  • Save khoazany/ab3b09aa376fdcc28517 to your computer and use it in GitHub Desktop.
Save khoazany/ab3b09aa376fdcc28517 to your computer and use it in GitHub Desktop.
Create a new PostgreSQL database with UTF8 encoding
#Replace 'symplcms' with the database'name
createdb --template=template0 --locale=en_US.UTF-8 --encoding=UTF8 -U postgres symplcms
@SanjarbekSaminjonov
Copy link

this script was a savior for me
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment