Guest User

Untitled

a guest
Mar 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. mysqldump -uroot --no-data $1
  4. mysqldump -uroot --no-create-info --ignore-table=$1.sessions --ignore-table=$1.search_index --ignore-table=$1.search_dataset --ignore-table=$1.watchdog $1
Add Comment
Please, Sign In to add comment