phpmyadmin_sql_backup icon indicating copy to clipboard operation
phpmyadmin_sql_backup copied to clipboard

A Python script to automate SQL dumps via phpMyAdmin's web interface

Results 6 phpmyadmin_sql_backup issues
Sort by recently updated
recently updated
newest added

Tried to use script with http auth and found a bug. Not sure that this patch is fully valid for all cases like server name + http auth, etc.

The latest release of phpMyAdmin changed the URL:s. It was probably introduced in the following pull request: https://github.com/phpmyadmin/phpmyadmin/pull/15377 Note: I only have access to a 5.1.0 release of phpMyAdmin and...

Hi. This is not an issue but a feature request. I am surprised there are so few python scripts for phpmyadmin interaction. - [phpmyadmin-cli](https://github.com/centic9/phpmyadmin-cli/) (forked from an [archived project](https://github.com/fdev/phpmyadmin-cli/)) [did...

Hello, FWIW, pycurl is required… but won't install. It's Python 3.8.10 on Windows7 (I know). ``` phpmyadmin_sql_backup.py etc. Error: No module named 'pycurl' ========= pip install -U pycurl error: subprocess-exited-with-error...