1. 17 Jun, 2014 2 commits
  2. 01 Apr, 2014 1 commit
    • Remove extra quote from the mysqldump password argument · 134c449c
      The mysqldb Ansible module will fail if the state specified is import or dump with a '1045: Access Denied' mysql error for complex passwords.
      
      This is caused by the extra quote around the '--password' argument to mysqldump, as pipes.quotes already quotes the password string.
      
      >>> "--password='%s'" % pipes.quote('simple')
      "--password='simple'"
      
      >>> "--password='%s'" % pipes.quote('c0mplexp@ssword!')
      "--password=''c0mplexp@ssword!''"
      
      >>> "--password='%s'" % pipes.quote('password with space')
      "--password=''password with space''"
      Chao Luan committed
  3. 31 Mar, 2014 1 commit
  4. 30 Mar, 2014 1 commit
  5. 13 Mar, 2014 2 commits
  6. 26 Feb, 2014 1 commit
  7. 02 Jan, 2014 1 commit
  8. 27 Dec, 2013 1 commit
  9. 02 Dec, 2013 2 commits
  10. 28 Nov, 2013 2 commits
  11. 29 Oct, 2013 1 commit
  12. 19 Oct, 2013 2 commits
  13. 16 Oct, 2013 2 commits
  14. 30 Sep, 2013 1 commit
  15. 05 Sep, 2013 1 commit
  16. 14 Jul, 2013 1 commit
  17. 15 Jun, 2013 1 commit
  18. 28 Apr, 2013 1 commit
  19. 26 Apr, 2013 2 commits
  20. 03 Apr, 2013 1 commit
  21. 25 Mar, 2013 1 commit
  22. 15 Mar, 2013 1 commit
  23. 12 Mar, 2013 1 commit
  24. 05 Mar, 2013 1 commit
  25. 26 Feb, 2013 1 commit
  26. 22 Feb, 2013 1 commit
  27. 16 Feb, 2013 1 commit
  28. 10 Jan, 2013 1 commit
  29. 09 Jan, 2013 1 commit
  30. 21 Nov, 2012 1 commit
  31. 19 Nov, 2012 1 commit
  32. 09 Nov, 2012 1 commit
  33. 23 Oct, 2012 1 commit