From b980567a8de7daf0f2ebae2592c86a7567038878 Mon Sep 17 00:00:00 2001 From: shadzik Date: Wed, 10 Jan 2007 02:29:01 +0000 Subject: [PATCH] - updated for 2.9.2-rc1 Changed files: phpMyAdmin-config.patch -> 1.10.2.1 --- phpMyAdmin-config.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpMyAdmin-config.patch b/phpMyAdmin-config.patch index cd33685..111c966 100644 --- a/phpMyAdmin-config.patch +++ b/phpMyAdmin-config.patch @@ -1,5 +1,5 @@ ---- libraries/config.default.php.orig 2006-11-19 01:28:45.000000000 +0100 -+++ libraries/config.default.php 2006-11-19 03:40:56.492681504 +0100 +--- libraries/config.default.php 2007-01-10 03:24:01.000000000 +0100 ++++ libraries/config.default.php-new 2007-01-10 03:25:52.000000000 +0100 @@ -2,7 +2,7 @@ /* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */ @@ -13,9 +13,9 @@ // The controluser is also // used for all relational // features (pmadb) --$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? +-$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP or cookie) -$cfg['Servers'][$i]['user'] = 'root'; // MySQL user -+$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? ++$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (valid choices: config, http, HTTP or cookie) +$cfg['Servers'][$i]['user'] = 'mysql'; // MySQL user $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed // with 'config' auth_type) -- 2.44.0