]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
- updated for 2.9.0
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
1 --- libraries/config.default.php.orig   2006-09-12 19:14:24.000000000 +0200
2 +++ libraries/config.default.php        2006-09-25 00:29:36.685491664 +0200
3 @@ -1,8 +1,6 @@
4  <?php
5  
6 -/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
7 -
8 -/* $Id$ */
9 +/* $Id$ */
10  // vim: expandtab sw=4 ts=4 sts=4:
11  
12  /**
13 @@ -68,8 +66,8 @@
14                                                      // The controluser is also
15                                                      // used for all relational
16                                                      // features (pmadb)
17 -$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
18 -$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
19 +$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
20 +$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
21  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
22                                                      // with 'config' auth_type)
23  $cfg['Servers'][$i]['nopassword']    = FALSE;       // Whether to try to connect without password
This page took 0.060063 seconds and 4 git commands to generate.