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.
ansible/database
Chao Luan 749e749c11 Remove extra quote from the mysqldump password argument
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
..
mongodb_user
mysql_db Remove extra quote from the mysqldump password argument 11 years ago
mysql_replication
mysql_user Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
mysql_variables
postgresql_db
postgresql_privs
postgresql_user Bulk update of choices=BOOLEANS to type='bool' 11 years ago
redis Update comments about redis config. 11 years ago
riak Fixes various typos introduced in a9017af2bb. 11 years ago