This commit is contained in:
2023-10-20 13:52:49 +08:00
parent 6185e068d0
commit 001304431c

View File

@@ -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