Commit 8f3478e7 authored by daidekun's avatar daidekun

hack bugs

parent d23418e2
......@@ -131,6 +131,6 @@ do
echo "skip view table $table_name"
else
echo "mysqldump $file_name"
mysqldump -u${source_db_user} -p${source_db_pwd} -h${source_db_host} -P${port} --skip-lock-tables --databases $database_name --tables $table_name >> $file_name
mysqldump -u${source_db_user} -p${source_db_pwd} -h${source_db_host} -P${port} $database_name --tables $table_name >> $file_name
fi
done
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment