mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
Explicitly mark comment lines in builtin sheets.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
To dump a database to a file:
|
||||
# To dump a database to a file:
|
||||
mysqldump -uusername -ppassword the-database > db.sql
|
||||
|
||||
To dump a database to a .tgz file:
|
||||
# To dump a database to a .tgz file:
|
||||
mysqldump -uusername -ppassword the-database | gzip -9 > db.sql
|
||||
|
||||
To dump all databases to a file:
|
||||
# To dump all databases to a file:
|
||||
mysqldump -uusername -ppassword --all-databases > all-databases.sql
|
||||
|
Reference in New Issue
Block a user