curl-phpmyadmin icon indicating copy to clipboard operation
curl-phpmyadmin copied to clipboard

Export MySQL data from phpmyadmin using curl

Results 5 curl-phpmyadmin issues
Sort by recently updated
recently updated
newest added

Hi, I fixed a minor issue where you cut the cookie. I guess that changed in some of the new versions of pma. It is now tested on PHPMyAdmin 4.0.9...

Hi man. Nice tool. I tried run this script by current manual and faced with next errors, so i thought it was good to fix them. ./mysql-export.sh: 63: [: ==:...

The mktemp command requires the XXXXXX template to be the end of the file name. So phpmyadmin_export.XXXXXX.tmp doesn't work, it needs to be phpymadmin_export.XXXXXX instead.

The language was hardcoded to english. With this pull request the language can be set with the option `--lang=` which defaults to en-utf-8.

Hi. - Script now consistenly in bash-style (was broken on my system using /bin/sh) - Adapted post_params to comply with current phpmyadmin installations - Added functionality: all compression offered by...