info
This commit is contained in:
@@ -39,7 +39,7 @@ while read line
|
||||
while read line
|
||||
do
|
||||
table=`echo $line | cut -d " " -f 1`
|
||||
echo "dump ${table} to install & upgrade directory"
|
||||
echo "dump ${table} to install & upgrade & upgvue3 directory"
|
||||
mysqldump -h ${host} -P ${port} -u ${user} -p${password} ${dbname} ${table} > ${insdir}/${table}.sql
|
||||
mysqldump -h ${host} -P ${port} -u ${user} -p${password} ${dbname} ${table} > ${upgdir}/${table}.sql
|
||||
mysqldump -h ${host} -P ${port} -u ${user} -p${password} ${dbname} ${table} > ${upgvue3dir}/${table}.sql
|
||||
|
||||
Reference in New Issue
Block a user