mirror of https://github.com/ansible/ansible.git
Mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
749e749c11
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''" |
11 years ago | |
---|---|---|
cloud | 11 years ago | |
commands | 11 years ago | |
database | 11 years ago | |
files | 11 years ago | |
internal | 11 years ago | |
inventory | 11 years ago | |
messaging | 11 years ago | |
monitoring | 11 years ago | |
net_infrastructure | 11 years ago | |
network | 11 years ago | |
notification | 11 years ago | |
packaging | 11 years ago | |
source_control | 11 years ago | |
system | 11 years ago | |
utilities | 11 years ago | |
web_infrastructure | 11 years ago |