Advertisement
Guest User

Untitled

a guest
Nov 10th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. [Warning]: Using a password on the command line interface can be insecure
  2.  
  3. mysqldump -uMyUser -pMyPasswd --single-transaction --databases $db > $file
  4.  
  5. [client]
  6. user=username
  7. password=password
  8. host=localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement