// Directory for uploaded files that can be executed by phpMyAdmin. For example ‘./upload’. Leave empty for no upload directory support. Use %u for username inclusion.
$cfg['SaveDir'] = ”;
// Directory where phpMyAdmin can save exported data on server. For example ‘./save’. Leave empty for no save directory support. Use %u for username inclusion.
$cfg['docSQLDir']= ”;
// Directory for docSQL imports, phpMyAdmin can import docSQL files from that directory. For example ‘./docSQL’. Leave empty for no docSQL import support.
$cfg['TempDir'] = ”;
// Directory where phpMyAdmin can save temporary files.This is needed for MS Excel export, see documentation how to enable that.