We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d169f0 commit 6619732Copy full SHA for 6619732
README.md
@@ -59,7 +59,7 @@ _Note_: The web interface of phpMyAdmin may change in the future and break this
59
60
phpmyadmin_sql_backup.py "http://www.example.com/phpmyadmin/" your_user your_password
61
62
-Downloads a plain text `.sql` backup of all tables to the current working directory.
+Downloads a plain text `.sql` backup of all databases to the current working directory.
63
64
---
65
phpmyadmin_sql_backup.py
@@ -31,7 +31,7 @@
31
32
import grab
33
34
-__version__ = '2016-03-12.0'
+__version__ = '2016-03-12.1'
35
36
CONTENT_DISPOSITION_FILENAME_RE = re.compile(r'^.*filename="(?P<filename>[^"]+).*$')
37
DEFAULT_PREFIX_FORMAT = r'%Y-%m-%d--%H-%M-%S-UTC_'
0 commit comments