- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 200字
- 2021-07-02 15:42:14
Installing pgAdmin
Now, in our Windows host we will need to install some management tools. There are plenty of management systems for PostgreSQL that run on various systems, but I have chosen the popular pgAdmin. You can download the latest version of pgAdmin (pgAdmin 4 at the time of writing) from the PostgreSQL website (https://www.postgresql.org/ftp/pgadmin3/pgadmin4/v1.1/windows/). Simply download the exe file and run it. This installation is, again, a matter of clicking next and leaving all the defaults.
Once you have installed pgAdmin, open it, right-click on Servers in the top left corner, and go to Create | Server.... Enter a name for your server in the General tab and enter your credentials in the Connections tab. If you followed my Ubuntu tutorial, your credentials will be sa and your chosen password. If you did the Windows installation, your username will be postgresql with the password you chose. Also, if you did the Windows installation, your Host name/address should be localhost. pgAdmin might find your local database automatically. In that case, just enter your password when opening the server node:

Once you hit Save, pgAdmin should connect and you will know whether you did everything correctly during the installation of PostgreSQL.
- Drupal 8 Blueprints
- Mastering Natural Language Processing with Python
- Java編程指南:基礎知識、類庫應用及案例設計
- React.js Essentials
- Java軟件開發基礎
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Mastering Google App Engine
- Building Minecraft Server Modifications
- 程序員修煉之道:通向務實的最高境界(第2版)
- Clojure Reactive Programming
- 數據結構習題解析與實驗指導
- MySQL程序員面試筆試寶典
- Python 3 數據分析與機器學習實戰
- Troubleshooting Citrix XenApp?
- Android系統下Java編程詳解