Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SanjarbekSaminjonov/35dd6ce7822079395dba43f2267010c2 to your computer and use it in GitHub Desktop.
Save SanjarbekSaminjonov/35dd6ce7822079395dba43f2267010c2 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment