We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655ba56 commit 96930d9Copy full SHA for 96930d9
README.md
@@ -235,6 +235,9 @@ You can use DBHub in demo mode with a sample employee database for testing:
235
npx @bytebase/dbhub --demo
236
```
237
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
+
241
For real databases, a Database Source Name (DSN) is required. You can provide this in several ways:
242
243
- **Command line argument** (highest priority):
0 commit comments