]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
- let it be newer than RA...
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
1 diff -uNr phpMyAdmin-2.5.6-rc1/config.inc.php phpMyAdmin-2.5.6-rc1.new/config.inc.php
2 --- phpMyAdmin-2.5.6-rc1/config.inc.php Fri Jan  2 20:31:58 2004
3 +++ phpMyAdmin-2.5.6-rc1.new/config.inc.php     Sat Feb  7 19:17:43 2004
4 @@ -79,8 +79,8 @@
5                                                      // The controluser is also
6                                                      // used for all relational
7                                                      // features (pmadb)
8 -$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
9 -$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
10 +$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
11 +$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
12  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
13                                                      // with 'config' auth_type)
14  $cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
This page took 0.072853 seconds and 3 git commands to generate.