How connect Postgres to localhost server using pgAdmin on Ubuntu?

前端 未结 6 743
日久生厌
日久生厌 2020-12-12 10:59

I installed Postgres with this command

sudo apt-get install postgresql postgresql-client postgresql-contrib libpq-dev

Using psql --ve

6条回答
  •  情歌与酒
    2020-12-12 11:50

    You haven't created a user db. If its just a fresh install, the default user is postgres and the password should be blank. After you access it, you can create the users you need.

提交回复
热议问题