Week09 Lab Notes
PostgresQL
Preparations
connect to your VM, password: CompSys2025!
Add postgresql bin to PATH
Right-click the Start button, select "System," click "Advanced system settings," then "Environment Variables," and finally edit the "Path" variable under "System variables" or "User variables".


Try to connect to postgresql, password CompSys2025!

Start pgAdmin

Connect to PostgreSQL 17 with user name postgres and password CompSys2025!


Last updated