- connection strings set to a db that doesn't exist, for user that doesn't exist
- add to path
C:\Program Files\PostgreSQL\16\bin
for psl.exe - connect
psql -U postgres -h localhost -p 5432
- create `CREATE DATABASE mydb;
- create
CREATE USER course WITH PASSWORD 'changeme';
- grant
GRANT ALL PRIVILEGES ON DATABASE mydb TO course;
- grant
GRANT USAGE ON SCHEMA public TO course;
- add to path
-
Notifications
You must be signed in to change notification settings - Fork 0
benjiwright/integration-testing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published