You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python 3 script to automate the download of SQL backups via a [phpMyAdmin](https://www.phpmyadmin.net/) web interface.
4
+
## What is it?
8
5
9
-
This is useful when your web hosting provider does not grant you access the the console but you want to automate the backup of your database (without having to manually use the browser).
6
+
A Python 3 script to __automate the download of SQL backups via a [phpMyAdmin](https://www.phpmyadmin.net/) web interface__.
10
7
11
-
It has been tested with Python 3.5 and phpMyAdmin 4.3.6 + 4.5.4.1 + 4.7.0-dev
8
+
This is useful when your web hosting provider does not grant you access the the console (for `mysqldump`) but you want to automate the backup of your database (without having to manually use the browser).
9
+
10
+
It has been tested with Python 3.4+ and phpMyAdmin 4.3.6, 4.5.4.1, 4.7.0-dev
12
11
13
12
_Note_: The web interface of phpMyAdmin may change in the future and break this script. Please file a bug report (including your version of phpMyAdmin) if you encounter this issue.
Downloads a zipped dump with databases `mydb2` & `mydb4` excluded, the base name `example_dump` and a prepended UTC date / time to the directory `/tmp`, e.g. `/tmp/2016-03-11--15-19-04-UTC_example_dump.zip`.
-[Grab - python web-scraping framework](http://grablib.org/): Install via `pip install -U Grab` or see the [installation instructions](http://docs.grablib.org/en/latest/usage/installation.html) if you run into problems.
67
73
68
-
Changelog
69
-
---------
74
+
## Changelog
70
75
71
76
Currently, there is no changelog; the best option at the moment is to read the commit messages.
0 commit comments