Skip to content

Instantly share code, notes, and snippets.

@mnapoli
mnapoli / gist:7428000
Created November 12, 2013 09:25 — forked from incredimike/config.inc.php
Default phpMyAdmin configuration for exports.
<?php
# Add the following to /etc/phpmyadmin/conf.d/export.inc.php
$cfg['Export']['sql_drop_database'] = true;
$cfg['Export']['sql_drop_table'] = true;
$cfg['Export']['compression'] = 'zip';
$cfg['Export']['sql_disable_fk'] = true;
$cfg['Export']['sql_use_transaction'] = true;