Skip to content

Instantly share code, notes, and snippets.

@mnapoli
Forked from incredimike/config.inc.php
Created November 12, 2013 09:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mnapoli/7428000 to your computer and use it in GitHub Desktop.
Save mnapoli/7428000 to your computer and use it in GitHub Desktop.
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment