minor changes
This commit is contained in:
@@ -70,7 +70,7 @@ $cfgServers[3]['bookmarktable'] = '';
|
|||||||
// or set it to 0 to be given a list of servers without logging in
|
// or set it to 0 to be given a list of servers without logging in
|
||||||
// If you have only one server configured, $cfgServerDefault *MUST* be
|
// If you have only one server configured, $cfgServerDefault *MUST* be
|
||||||
// set to that server.
|
// set to that server.
|
||||||
$cfgServerDefault = 1; // Default server (0 = no default server)
|
$cfgServerDefault = 1; // Default server (0 = no default server)
|
||||||
$cfgServer = '';
|
$cfgServer = '';
|
||||||
unset($cfgServers[0]);
|
unset($cfgServers[0]);
|
||||||
|
|
||||||
@@ -81,13 +81,13 @@ unset($cfgServers[0]);
|
|||||||
$cfgConfirm = TRUE;
|
$cfgConfirm = TRUE;
|
||||||
$cfgPersistentConnections = FALSE;
|
$cfgPersistentConnections = FALSE;
|
||||||
$cfgShowBlob = FALSE;
|
$cfgShowBlob = FALSE;
|
||||||
$cfgProtectBlob = FALSE;
|
$cfgProtectBlob = FALSE;
|
||||||
$cfgShowSQL = TRUE;
|
$cfgShowSQL = TRUE;
|
||||||
$cfgSkipLockedTables = FALSE; // mark used tables, make possible to show
|
$cfgSkipLockedTables = FALSE; // mark used tables, make possible to show
|
||||||
// locked tables (since MySQL 3.23.30)
|
// locked tables (since MySQL 3.23.30)
|
||||||
$cfgMaxRows = 30;
|
$cfgMaxRows = 30;
|
||||||
$cfgOrder = 'ASC';
|
$cfgOrder = 'ASC';
|
||||||
$cfgOBGzip = TRUE; // GZIP output buffering
|
$cfgOBGzip = TRUE; // GZIP output buffering
|
||||||
$cfgGZipDump = TRUE; // Allow the use of gzip/bzip compression
|
$cfgGZipDump = TRUE; // Allow the use of gzip/bzip compression
|
||||||
$cfgBZipDump = TRUE; // for dump files
|
$cfgBZipDump = TRUE; // for dump files
|
||||||
|
|
||||||
@@ -121,7 +121,7 @@ $cfgTextareaCols = 40;
|
|||||||
$cfgTextareaRows = 7;
|
$cfgTextareaRows = 7;
|
||||||
$cfgModifyDeleteAtLeft = TRUE;
|
$cfgModifyDeleteAtLeft = TRUE;
|
||||||
$cfgModifyDeleteAtRight = FALSE;
|
$cfgModifyDeleteAtRight = FALSE;
|
||||||
$cfgLeftWidth = 150; // left frame width
|
$cfgLeftWidth = 150; // left frame width
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user