Skip to content

Instantly share code, notes, and snippets.

View nsrshishir's full-sized avatar

Md Niaj Shahriar Shishir nsrshishir

View GitHub Profile
@khoazany
khoazany / createdb-with-locale.sh
Created February 17, 2016 03:08
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