Skip to content

Instantly share code, notes, and snippets.

View SikindarMirza's full-sized avatar

Sikindar Mirza SikindarMirza

  • Conde Nast
  • Bangalore
View GitHub Profile
@ekumachidi
ekumachidi / gist:aac9316496fb2ca84dcef00920fede9b
Created May 28, 2016 15:00
Create new postgres super user
Run this
"sudo -u postgres psql"
in your terminal to get into postgres
postgres=#
Run "CREATE USER new_username;"
Note: Replace new_username with the user you want to create,