Commit 43aa528
committed
tidb-cloud: add CREATE VIEW to DM target user GRANT example
The privilege table on line 464 of migrate-from-mysql-using-data-migration.md
already lists CREATE VIEW as required, but the copy-pasteable GRANT example on
line 469 omits it. This causes TiDB Lightning to abort at errormanager.Init
with Error 1142 for any user who follows the example literally.
The fix brings the GRANT example in line with the privilege table.1 parent 2475860 commit 43aa528
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments