✗ psql -U postgres
role "postgres" does not exist
✗ psql
psql: error: could not connect to server: FATAL: database "renatamarques" does not exist
✗ createdb
✗ psql
psql (12.4)
Type "help" for help.
✗ renatamarques=# CREATE ROLE postgres WITH CREATEDB CREATEROLE LOGIN SUPERUSER;
CREATE ROLE
Created
March 30, 2021 20:03
-
-
Save renatamarques97/92ea92a41f31e2c251ed84fe71fb23c4 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment