Toshio Kuratomi
2b5e932cfb
Fix for the new import code when password is empty
10 years ago
Johann Schmitz
8892aa2bf4
Improved output of mysql_db plugin
...
Show error number and error description on connect error to ease debugging.
10 years ago
Toshio Kuratomi
d74187438f
Merge pull request #1417 from fdupoux/mysql-db-use-python-pipelines
...
Decompress mysql dumps on the fly using python subprocess …
10 years ago
fdupoux
380b122d5a
Refactoring to avoid duplication of code which manages the decompression of database dumps in various formats
10 years ago
fdupoux
f634c10636
Simplify code which prepares the decompression command
10 years ago
Toshio Kuratomi
32e609720a
Refactor dump compression and use get_bin_path for finding the compressors
10 years ago
fdupoux
1e2ce363f7
Decompress mysql dumps on the fly using python subprocess during an import to simplify operation
10 years ago
fdupoux
51ffbda9a1
Add support for xz compression (for dump and import) in mysql_db module
10 years ago
Jonathan Mainguy
f0af9b9ed5
Adds all_databases option which allows a user to dump or import all databases at once, identical to mysqldump --all-databases
...
fix line 132
Update to name=all
cleaned up all_database per abadger's suggestions
10 years ago
Toshio Kuratomi
b0bc6f1379
Merge pull request #888 from ansible/mysql-port
...
Fix for int port assignment in a playbook failing
10 years ago
Jonathan Mainguy
ee8039ef09
Now correctly gzip/bzips file back up in case of import failure
...
Removed gunzip and bunzip2 dependency
10 years ago
Toshio Kuratomi
a1135f803d
Fix for int port assignment in a playbook failing
...
Ports are integer values but the old code was assuming they were
strings. When login_port is put into playbook complex_args as an
integer the code would fail. This update should make the argument
validating make sure we have an integer and then we can send that value
directly to the relevant APIs.
Fixes #818
10 years ago
David Hummel
1d92dd31a6
Fix issue #793 : mysql_db: for state={absent,present} connections to database mysql fail for users other than root
10 years ago
Brian Coca
1394920cd3
Merge pull request #44 from Jmainguy/mysql_db_6860
...
adds error message if socket does not exist
10 years ago
Toshio Kuratomi
10ebcccedb
Escape mysql identifiers
10 years ago
Jonathan Mainguy
16b251d743
adds error message if socket does not exist
10 years ago
Michael DeHaan
3ed1378067
Some more module categorization.
10 years ago