File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,25 @@ vi .env
3232| SKIP_DATABASES | | YES |
3333| EXPERT_ARGS | --default-character-set=utf8 --extended-insert=FALSE --single-transaction --skip-comments --skip-dump-date --hex-blob --tz-utc | YES |
3434
35+ ## Example .env
36+
37+ ``` bash
38+ BACKUP_DIR=/sql_backup
39+ MYSQL_HOST=localhost
40+ MYSQL_USER=root
41+ MYSQL_PASS=root
42+ SKIP_DATABASES=mysql,information_schema,performance_schema,phpmyadmin
43+ ```
44+
45+ ## Files
46+
47+ | NAME | DESCRIPTION |
48+ | --------------- | ------------------------------------------- |
49+ | database.sql | All the data |
50+ | structure.sql | The structure of the databases and tables |
51+ | grants.sql | The grants for all users except root |
52+ | events.sql | The scheduled events |
53+ | views.sql | The views |
54+ | triggers.sql | The triggers |
55+ | routines.sql | All the procedures & functions |
56+ | users.sql | All MySQL users |
You can’t perform that action at this time.
0 commit comments