Просмотр исходного кода

Resolved merge conflict with tmp dir.

Serghey Rodin 6 лет назад
Родитель
Сommit
1a02521f76
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      install/rhel/7/pma/config.inc.conf

+ 7 - 0
install/rhel/7/pma/config.inc.conf

@@ -74,6 +74,13 @@ $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
 $cfg['UploadDir'] = '/var/lib/phpMyAdmin/upload';
 $cfg['SaveDir'] = '/var/lib/phpMyAdmin/save';
 
+/*
+ * Temp dir for faster beahivour
+ *
+*/
+$cfg['TempDir']  = '/tmp';
+
+
 /**
  * Whether to display icons or text or both icons and text in table row
  * action segment. Value can be either of 'icons', 'text' or 'both'.