Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Using a password on the command line interface can be insecure
  2.  
  3. mysqldump
  4. --single-transaction
  5. [more options]
  6. --user=root
  7. --password= …
  8. > /data/mysql/mysql.sql
  9.  
  10. [client]
  11. user = root
  12. password = …
  13.  
  14. mysqldump: Got error: 1045: Access denied for user 'root'@'localhost'
  15. (using password: NO) when trying to connect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement