Guest User

Untitled

a guest
Apr 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cat WorldTrans.txt |while read line
  4. do
  5.   results=`mysql -u hush -p t0ps3kret --database=WorldDB <<<"$line;"`
  6.   echo "Original SQL Statement: $line"
  7.   echo "Result of Query: $results"
  8. done
Add Comment
Please, Sign In to add comment