Skip to content

Commit 9352fa6

Browse files
committed
README.md update
1 parent dbaadc5 commit 9352fa6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)