]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin-config.patch
- upgraded to 2.10.3 (bugfixes)
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
CommitLineData
91784a98 1--- libraries/config.default.php.orig 2007-02-28 01:51:14.000000000 +0100
2+++ libraries/config.default.php 2007-02-28 05:46:58.000000000 +0100
3@@ -1,7 +1,7 @@
4 <?php
ac0fbfd5 5 /* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
87698661 6
87698661 7-/* $Id$ */
8+/* $Id$ */
9 // vim: expandtab sw=4 ts=4 sts=4:
10
11 /**
ac0fbfd5 12@@ -68,8 +68,8 @@
f6d2bca6
AG
13 // The controluser is also
14 // used for all relational
15 // features (pmadb)
91784a98 16-$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP, signon or cookie)
8a977c66 17-$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
91784a98 18+$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (valid choices: config, http, HTTP, signon or cookie)
8a977c66 19+$cfg['Servers'][$i]['user'] = 'mysql'; // MySQL user
66a831ae 20 $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
21 // with 'config' auth_type)
91784a98 22 $cfg['Servers'][$i]['SignonSession'] = ''; // Session to use for 'signon' auth method
This page took 0.060208 seconds and 4 git commands to generate.