Changes between Version 1 and Version 2 of DumpMysqlTables
- Timestamp:
- Jun 11, 2015, 2:33:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DumpMysqlTables
v1 v2 44 44 echo "Dumping table: ${t}" 45 45 mysqldump ${d} ${t} > ${BASE_DIR}/${d}/${t}.sql || exit 1 46 ( tbl_count++)46 (( tbl_count++ )) 47 47 done 48 48 echo "${tbl_count} tables dumped from database ${d} into ${BASE_DIR}/${d}"