Skip to content

Commit 2c51f1e

Browse files
authored
Update README.md
1 parent 8f99fa5 commit 2c51f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ psql -U postgres
123123
CREATE USER mq_user WITH PASSWORD 'mq_pass';
124124
CREATE DATABASE ciphermq;
125125
GRANT ALL PRIVILEGES ON DATABASE ciphermq TO mq_user;
126+
\c ciphermq
127+
GRANT ALL PRIVILEGES ON SCHEMA public TO mq_user;
126128
```
127129

128130

0 commit comments

Comments
 (0)