Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 27, 2020 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/9937caacd6e54f8992aabc9f02cc2b45 to your computer and use it in GitHub Desktop.
Save parzibyte/9937caacd6e54f8992aabc9f02cc2b45 to your computer and use it in GitHub Desktop.
pkg install postgresql
mkdir ~/datos_psql
initdb ~/datos_psql
pg_ctl -D ~/datos_psql start
createdb probando_psql
psql probando_psql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment