]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
- updated to 2.11.0
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
1 --- phpMyAdmin-2.11.0-all-languages.orig/libraries/config.default.php   2007-08-22 20:04:58.000000000 +0200
2 +++ phpMyAdmin-2.11.0-all-languages/libraries/config.default.php        2007-08-22 20:05:57.000000000 +0200
3 @@ -141,14 +141,14 @@
4   *
5   * @global string $cfg['Servers'][$i]['auth_type']
6   */
7 -$cfg['Servers'][$i]['auth_type'] = 'config';
8 +$cfg['Servers'][$i]['auth_type'] = 'cookie';
9  
10  /**
11   * MySQL user
12   *
13   * @global string $cfg['Servers'][$i]['user']
14   */
15 -$cfg['Servers'][$i]['user'] = 'root';
16 +$cfg['Servers'][$i]['user'] = 'mysql';
17  
18  /**
19   * MySQL password (only needed with 'config' auth_type)
This page took 0.04936 seconds and 4 git commands to generate.