• Skip to primary navigation
  • Skip to content
  • Skip to footer
Wannabe Exceptional
  • AI
  • About
  • Slides

    PostgreSQL Create User and Database

    How to create user and database in PostgreSQL.

    less than 1 minute read

    Jan Peter Alexander

    Jan Peter Alexander

    There is nothing certain than the uncertainty itself. Capture, learn and mitigate. Welcome!

    • Planet Earth
    • Website
    • Twitter
    • Facebook
    • Instagram
    • Tumblr
    • GitHub
    • Last.fm
    • Steam
    • YouTube
    • Soundcloud

    How to create user and database in PostgreSQL.

    $ sudo -u postgres createuser -D -A -P myUser
    Enter password for new role:
    Enter it again:
    
    $ sudo -u postgres createdb -O myUser myDB
    

    Tags: debian, postgresql

    Categories: database

    Updated: April 26, 2017

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Install Podman Docker-compatible in Arch Linux

    less than 1 minute read

    How to install Podman with Docker compatibility

    Install Golang in Arch Linux

    less than 1 minute read

    How to install Golang in Arch Linux

    Install Bun in Arch Linux

    less than 1 minute read

    How to install Bun in Arch Linux

    Install ArchLinux from Kubuntu

    less than 1 minute read

    How to install Arch Linux

    • Feed
    © 2026 Wannabe Exceptional. Powered by Jekyll & Minimal Mistakes.