You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MySQL Dumper Shell
2
2
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.
4
4
5
5
## Usage
6
6
@@ -9,6 +9,8 @@ The simple and quick MySQL database backup program through terminal or command l
9
9
Options:
10
10
--dbs (-d) Databases to be dumped, e.g., -d mydb1 mydb2
11
11
12
+
If you omit the options, your MySQL user should have `SHOW DATABASES` privilege.
13
+
12
14
# Instruction (Linux)
13
15
14
16
Place the downloaded script file `mysqldumper` in a directory you like; let's say have `/var/local/mysqldumper-shell/mysqldumper`.
0 commit comments