]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin-config.patch
- up to 2.6.3rc1, works for me
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
CommitLineData
8a977c66 1diff -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 @@
f6d2bca6
AG
5 // The controluser is also
6 // used for all relational
7 // features (pmadb)
66a831ae 8-$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
8a977c66 9-$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
36ae6c2c 10+$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
8a977c66 11+$cfg['Servers'][$i]['user'] = 'mysql'; // MySQL user
66a831ae 12 $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
13 // with 'config' auth_type)
8a977c66 14 $cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
This page took 0.050834 seconds and 4 git commands to generate.