You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/drasi-server/how-to-guides/configuration/configure-bootstrap-providers/configure-mysql-bootstrap-provider/_index.md
+4-20Lines changed: 4 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The **MySQL bootstrap provider** loads initial state from a MySQL database so qu
26
26
27
27
- Use with a **MySQL source** (`sources[].kind: mysql`).
28
28
- The database user must have **SELECT** permission on the configured tables.
29
-
-The`tables`list is **required** — you must explicitly specify which tables to bootstrap.
29
+
-Configure`tables`(and optional `tableKeys`) on the MySQL source.
30
30
31
31
## Quick example (Drasi Server config)
32
32
@@ -54,32 +54,16 @@ sources:
54
54
55
55
## Configuration reference
56
56
57
+
`mysql` accepts **no additional fields**.
58
+
57
59
| Field | Type | Required | Description |
58
60
|---|---|---:|---|
59
61
| `kind` | string | Yes | Must be `mysql`. |
60
-
| `host` | string | No | MySQL host (default: `localhost`). |
61
-
| `port` | integer | No | MySQL port (default: `3306`). |
62
-
| `database` | string | Yes | Database name to connect to. |
63
-
| `user` | string | Yes | Database user with SELECT permission. |
0 commit comments