Week09 Lab Notes

PostgresQL

Preparations

  1. connect to your VM, password: CompSys2025!

  2. 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".

  1. Try to connect to postgresql, password CompSys2025!

  1. Start pgAdmin

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

Last updated