]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
f21e488350905b83d69fa21db3bb14a39fd75c94
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
1 diff -ur phpMyAdmin.orig/libraries/config.default.php phpMyAdmin/libraries/config.default.php
2 --- phpMyAdmin.orig/libraries/config.default.php        2005-11-23 11:34:32.000000000 +0100
3 +++ phpMyAdmin/libraries/config.default.php     2005-12-19 21:02:34.565280520 +0100
4 @@ -1,8 +1,6 @@
5  <?php
6  
7 -/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
8 -
9 -/* $Id$ */
10 +/* $Id$ */
11  // vim: expandtab sw=4 ts=4 sts=4:
12  
13  /**
14 @@ -68,8 +66,8 @@
15                                                      // The controluser is also
16                                                      // used for all relational
17                                                      // features (pmadb)
18 -$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
19 -$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
20 +$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
21 +$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
22  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
23                                                      // with 'config' auth_type)
24  $cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
This page took 0.021313 seconds and 2 git commands to generate.