Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. CLS
  2. @ECHO OFF
  3. SET /p db="Database name: "
  4. SET /p file="File name with path: "
  5. echo Importing...
  6. echo
  7. "full location of mysql.exe" --host=localhost --user=uruserhere --password=urpasshere %db% < %file%
  8. echo Done.
  9. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement