Keep displaying the query after the result is displayed

This commit is contained in:
Daniel Berteaud 2014-08-08 14:30:25 +02:00
parent 7405e55573
commit c4e10cb07e
1 changed files with 1 additions and 0 deletions

View File

@ -51,3 +51,4 @@ $cfg['UploadDir'] = '/var/lib/phpMyAdmin/upload';
$cfg['SaveDir'] = '/var/lib/phpMyAdmin/save';
$cfg['VersionCheck'] = false;
$cfg['OBGzip'] = false;
$cfg['RetainQueryBox'] = true;