Skip to content

Commit e36bf87

Browse files
committed
update SSH tunnel command in README for database connection
1 parent 464d1b6 commit e36bf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Xb4KOXTMAESdMAAAAYZGJ0dW5uZWxAaW50ZXJuc3lzdGVtLXYyAQID
9595
-----END OPENSSH PRIVATE KEY-----
9696
```
9797

98-
7. In a separate terminal, connect to the databse using an ssh-tunnel: `ssh -L 3307:localhost:3306 -i ~/.ssh/dbtunnel [email protected] -N`
98+
7. In a separate terminal, connect to the databse using an ssh-tunnel: `ssh -L 3307:localhost:3306 -i ~/.ssh/dbtunnel_ssh [email protected] -N`
9999

100100
8. Generate database adapter client: `npx prisma generate`
101101

0 commit comments

Comments
 (0)