Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
unix:mysql [2020-11-06T21:34:58+0100] Wolfgang |
unix:mysql [2021-04-28T11:12:58+0200] Wolfgang |
||
---|---|---|---|
Line 34: | Line 34: | ||
< | < | ||
- | database=schema-name; | + | database=schema-name; |
</ | </ | ||
< | < | ||
- | mysqldump --routines --opt --single-transaction --quick --all-databases | gzip > $(hostname -f)-$(date +%F)-$(date +%s).sql.gz | + | mysqldump --routines --opt --single-transaction --quick --all-databases | gzip > $(hostname -f)-$(date +%F_%s).sql.gz |
</ | </ | ||
===== Create Database with UTF8 collation | ===== Create Database with UTF8 collation |