|< < 2 > >|

Databases use on this course

  • Each student has a database on postgres.cs.tufts.edu

  • Username = UTLN, password = UTLN.

  • To connect from homework.cs.tufts.edu:
            psql -h postgres.cs.tufts.edu -U your_utln
    

  • Change the password (from psql):
            \password
    

|< < 2 > >|