Files
website-typo3/.ddev/commands/db/mysqldump.example
T
2020-01-24 11:37:15 +01:00

9 lines
243 B
Bash
Executable File

#!/bin/bash
## #ddev-generated
## Description: run mysqldump in web container
## Usage: mysqldump [flags] [args]
## Example: "ddev mysqldump db" or "ddev mysqldump otherdb" or "ddev mysqldump db | gzip >db.sql.gz"
mysqldump -uroot -proot $@