]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
- up to 2.9.2
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
1 --- libraries/config.default.php        2007-01-10 03:24:01.000000000 +0100
2 +++ libraries/config.default.php-new    2007-01-10 03:25:52.000000000 +0100
3 @@ -2,7 +2,7 @@
4  
5  /* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
6  
7 -/* $Id$ */
8 +/* $Id$ */
9  // vim: expandtab sw=4 ts=4 sts=4:
10  
11  /**
12 @@ -68,8 +68,8 @@
13                                                      // The controluser is also
14                                                      // used for all relational
15                                                      // features (pmadb)
16 -$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (valid choices: config, http, HTTP or cookie)
17 -$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
18 +$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (valid choices: config, http, HTTP or cookie)
19 +$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
20  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
21                                                      // with 'config' auth_type)
22  $cfg['Servers'][$i]['nopassword']    = FALSE;       // Whether to try to connect without password
This page took 0.05077 seconds and 4 git commands to generate.