Mention db_operations.php possibility.

This commit is contained in:
Michal Čihař
2004-10-22 12:57:54 +00:00
parent b92df335ff
commit e53621e045
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
link to table structure.
* db_operations.php, lang/*: We switch to database here. not table.
* lang/*: strProperties is not used anywhere now.
* config.inc.php: Mention db_operations.php possibility.
2004-10-21 Marc Delisle <lem9@users.sourceforge.net>
* tbl_query_box.php: bug 1050691, missing parameters

View File

@@ -117,7 +117,7 @@ $cfg['Servers'][$i]['history'] = ''; // table to store SQL histor
$cfg['Servers'][$i]['verbose_check'] = TRUE; // set to FALSE if you know that your pma_* tables
// are up to date. This prevents compatibility
// checks and thereby increases performance.
$cfg['Servers'][$i]['AllowRoot'] = TRUE; // whether to allow root login
$cfg['Servers'][$i]['AllowRoot'] = TRUE; // whether to allow root login
$cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order, leave blank to not use
= '';
$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
@@ -296,6 +296,7 @@ $cfg['DefaultTabDatabase'] = 'db_details_structure.php';
// 'db_details_structure.php' = tables list
// 'db_details.php' = sql form
// 'db_search.php' = search query
// 'db_operations.php' = operations on database
$cfg['DefaultTabTable'] = 'tbl_properties_structure.php';
// Possible values:
// 'tbl_properties_structure.php' = fields list