Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.25 KB | None | 0 0
  1.  
  2.  
  3. @echo off
  4. color 02
  5. Title spa21788's SQL Dump File Creator
  6. :ask
  7. set/p "user=Please enter the database name: "
  8.  
  9. if NOT EXIST --database %user% goto ask
  10.  
  11. mysqldump --user=root --password=password --add-drop-database --database %user%>%user%.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement