Skip to content

Commit f195e49

Browse files
committed
Update README.md
1 parent 4b66fd9 commit f195e49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MySQL Dumper Shell
22

3-
The simple and quick MySQL database backup program through terminal or command line. It dumps all databases into a directory specified. It exports `.sql` file for each database with the file name format of `<db_name>_<YYYYMMDD>.sql`.
3+
The simple and quick MySQL database backup program through terminal or command line using a single compact command. It dumps all databases into a directory specified. It exports `.sql` file for each database with the file name format of `<db_name>_<YYYYMMDD>.sql`. The script is available for both Linux and Windows.
44

55
## Usage
66

@@ -9,6 +9,8 @@ The simple and quick MySQL database backup program through terminal or command l
99
Options:
1010
--dbs (-d) Databases to be dumped, e.g., -d mydb1 mydb2
1111

12+
If you omit the options, your MySQL user should have `SHOW DATABASES` privilege.
13+
1214
# Instruction (Linux)
1315

1416
Place the downloaded script file `mysqldumper` in a directory you like; let's say have `/var/local/mysqldumper-shell/mysqldumper`.

0 commit comments

Comments
 (0)