From e53621e045874f24015673eef7eb2b61d0b1d52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 22 Oct 2004 12:57:54 +0000 Subject: [PATCH] Mention db_operations.php possibility. --- ChangeLog | 1 + config.inc.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9d75a3272..85e613b4a7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 * tbl_query_box.php: bug 1050691, missing parameters diff --git a/config.inc.php b/config.inc.php index e2f0ab7198..c7a96fd230 100644 --- a/config.inc.php +++ b/config.inc.php @@ -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