Skip to content

Commit 47ea1ad

Browse files
committed
update
1 parent 58508df commit 47ea1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/mysql_dump.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DB_PWD="123456"
99
BACKUP_DIR="/tmp/mysqlbackup"
1010

1111
SKIP_DB="information_schema"
12-
# SKIP_DB=""
12+
# SKIP_DB="db1 db2"
1313

1414

1515
GZIP="$(which gzip) --fast"

0 commit comments

Comments
 (0)