Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for x in `cat $DBASELIST`
  2. do
  3. echo "Precessing: $x "
  4. mysqldump --add-drop-table --single-transaction -uroot -p"password" $x >$save/$x.sql
  5. done
Add Comment
Please, Sign In to add comment