From 41d7e3a4b796bc646012cc633fb0ee3270532eac Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 30 Jul 2002 11:54:13 +0000 Subject: [PATCH] testing auto-detect --- config.inc.php3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.inc.php3 b/config.inc.php3 index d12dbe41e4..fafad40a42 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -28,9 +28,11 @@ if (!isset($old_error_reporting)) { * * In most cases you can leave this variable empty, as the correct value * will be detected automatically. However, we recommend that you do - * test to see that the auto-detection code works in your system. + * test to see that the auto-detection code works in your system. A good + * test is to browse a table, then edit a row and save it. There will be + * an error message if phpMyAdmin cannot auto-detect the correct value. * - * If the auto-detection code does work properly, you can set the + * If the auto-detection code does work properly, you can set to TRUE the * $cfg['PmaAbsoluteUri_DisableWarning'] variable below. */ $cfg['PmaAbsoluteUri'] = '';