- 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.
- 深入淺出Java虛擬機:JVM原理與實戰(zhàn)
- 精通搜索分析
- Java虛擬機字節(jié)碼:從入門到實戰(zhàn)
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Getting Started with LLVM Core Libraries
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- Java 從入門到項目實踐(超值版)
- OpenCV Android Programming By Example
- 從零開始學(xué)UI:概念解析、實戰(zhàn)提高、突破規(guī)則
- Python編程基礎(chǔ)教程
- Test-Driven iOS Development with Swift
- 每個人的Python:數(shù)學(xué)、算法和游戲編程訓(xùn)練營
- 川哥教你Spring Boot 2實戰(zhàn)
- Node.js Web Development