d
This commit is contained in:
@@ -31,4 +31,6 @@ while read line
|
||||
table=`echo $line | cut -d " " -f 1`
|
||||
echo "dump ${table} to install directory"
|
||||
mysqldump -h ${host} -P ${port} -u ${user} -p${password} -d ${dbname} ${table} > ${insdir}/${table}.sql
|
||||
done < ${dumpdbdir}/${tables_s}
|
||||
done < ${dumpdbdir}/${tables_s}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user