Guest User

Untitled

a guest
Oct 12th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. mysql
  2. -h
  3. localhost
  4. --user=root
  5. --password=#{MySQLPassword}
  6. -e
  7. /* ping */ SELECT 1
  8.  
  9. mysql -h localhost --user=root --password=Password01 -e "/* ping */ SELECT 1"
Add Comment
Please, Sign In to add comment