How to install PostgreSQL on macOS | Postgres App & PgAdmin

Поделиться
HTML-код
  • Опубликовано: 18 июн 2020
  • This is a tutorial video to install PostgreSQL on macOS.
    Link to install Postgres App
    - postgresapp.com
    Type this inside your terminal
    "sudo mkdir -p /etc/paths.d &&
    echo /Applications/Postgres.app/Contents/Versions/latest/bin | sudo tee /etc/paths.d/postgresapp"
    Link to install PgAdmin
    - www.pgadmin.org
    Follow us on
    📝 @Medium - / recoding
    🐦 @Twitter - / recoding_io
    🦄 @Dev.to - dev.to/recoding
    📌 @Pinterest.com - / recoding_io
    🔗 @LinkedIn.com - / recoding-io

Комментарии • 28

  • @patricetekeda
    @patricetekeda Год назад +1

    Great content!!!!! straight to the point, no nonsense. Thank you !

  • @liyanashukur9394
    @liyanashukur9394 3 года назад +1

    Good 👍 Very easy to Understand. Thank you!

  • @abdollahtaghavizad1049
    @abdollahtaghavizad1049 4 года назад +2

    Useful video, thx

  • @xeskan
    @xeskan 3 года назад +3

    Very useful. Thank you and please make more videos.
    One good video would be 'How to connect Postgres with Python'.

  • @teguhsatya2603
    @teguhsatya2603 3 года назад

    thanks! you save the day!

  • @smpee_
    @smpee_ Год назад +1

    headache solver. thank you!

  • @binyamyallew4120
    @binyamyallew4120 Год назад

    thank you very much it was great.

  • @ahmadhasan185
    @ahmadhasan185 3 года назад

    Thankyou 👍

  • @nikola3013
    @nikola3013 Год назад

    Thank you. :)

  • @mungkinrandom
    @mungkinrandom 3 года назад

    thanks very much

  • @kenCapt8
    @kenCapt8 11 месяцев назад

    Good Work how about the login you created was it to access the database?

  • @tulnikov
    @tulnikov Год назад

    Thanks 😀

  • @user-hs9zw4mk6o
    @user-hs9zw4mk6o Год назад

    God bless you! My little Indian girl

  • @SadhishKonattusserilsadhu
    @SadhishKonattusserilsadhu 8 месяцев назад

    Hello thanks for the video, I doubt regarding PG admin installation. I did not get the option to set the master password. Could you please suggest !

  • @Amanpatel_021
    @Amanpatel_021 Год назад

    Thanks you ma'am

  • @tayamirai3400
    @tayamirai3400 Год назад

    5:26 how did you get those set of files

  • @ahmadhasan185
    @ahmadhasan185 3 года назад

    👍👍👍

  • @crltsmrtnz
    @crltsmrtnz 2 года назад

    thx

  • @aariziqubal3660
    @aariziqubal3660 3 года назад

    👍

  • @arijitdutta8236
    @arijitdutta8236 2 года назад +1

    Hey @Recoding , After typing the password, you clicked on the servers of pgadmin, but in mine nothing reflects in the servers dropdown. Any suggestion ?

    • @Recoding
      @Recoding  2 года назад

      You need to create a new server go inside Dashboard section and Add a new Server.

    • @selvak20
      @selvak20 2 года назад

      @@Recoding how to do that

    • @gazalshrivastava506
      @gazalshrivastava506 2 года назад

      Same is happening with me, please comment if you know the ans

    • @vaibhavkhunt3837
      @vaibhavkhunt3837 Год назад

      @@marcosadriano4125 Thanks

    • @samuelnzekwe7696
      @samuelnzekwe7696 Год назад +7

      I hope this isn't late, but here is how I did it:
      Open PgAdmin
      From the top menu tabs, click "Object" to get a dropdown.
      From the drop down, select Register > Server.
      After naming your server, switch to connection and type in "localhost"
      Save.
      Your named server should pop up to the left. When you click it, it should prompt you to input the password that "postgres' will use to make the connection(just as seen in the video)
      Once done, postgres will connect to your pgadmin immediately.

  • @dosinvest5250
    @dosinvest5250 3 года назад

    Hi? How to know master password?

    • @Recoding
      @Recoding  3 года назад

      If you forgot the master password please Reset the password or if your login for the first time you can enter "password"

  • @datalandia5849
    @datalandia5849 3 года назад

    Good video, but unnecessary steps are given