Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8ce51a2

Browse files
committed
Merge remote-tracking branch 'origin/imported-ravi-chandra3197-devdocs-9172' into hg-Oct14-imports
2 parents 80f016e + 0bd1c7e commit 8ce51a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud/live/stage-prod-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ To migrate a database:
289289
The following example references the gzip file created by the database dump operation:
290290

291291
```bash
292-
zcat /tmp/database.sql.gz | mysql -h database.internal -u user main
292+
zcat /tmp/database.sql.gz | mysql -h database.internal -u user -ppassword main
293293
```
294294

295295
### Troubleshooting the database migration

0 commit comments

Comments
 (0)