Skip to content

Commit 96930d9

Browse files
committed
chore: note we need to escape user/password
1 parent 655ba56 commit 96930d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ You can use DBHub in demo mode with a sample employee database for testing:
235235
npx @bytebase/dbhub --demo
236236
```
237237

238+
> [!WARNING]
239+
If your user/password contains special characters, you need to escape them first. (e.g. `pass#word` should be escaped as `pass%23word`)
240+
238241
For real databases, a Database Source Name (DSN) is required. You can provide this in several ways:
239242

240243
- **Command line argument** (highest priority):

0 commit comments

Comments
 (0)