]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- updated for 2.5.6
authoreothane <eothane@pld-linux.org>
Sat, 7 Feb 2004 18:19:55 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin-config.patch -> 1.4

phpMyAdmin-config.patch

index d7446cb52ba662224d257738f66a88d938567486..fb88fea468559d763f2d67bc7137169fbf592a83 100644 (file)
@@ -1,11 +1,14 @@
---- phpMyAdmin-2.5.5/config.inc.php~   2003-12-29 01:02:27.000000000 +0100
-+++ phpMyAdmin-2.5.5/config.inc.php    2003-12-29 01:02:55.000000000 +0100
-@@ -79,7 +79,7 @@
+diff -uNr phpMyAdmin-2.5.6-rc1/config.inc.php phpMyAdmin-2.5.6-rc1.new/config.inc.php
+--- phpMyAdmin-2.5.6-rc1/config.inc.php        Fri Jan  2 20:31:58 2004
++++ phpMyAdmin-2.5.6-rc1.new/config.inc.php    Sat Feb  7 19:17:43 2004
+@@ -79,8 +79,8 @@
                                                      // The controluser is also
                                                      // used for all relational
                                                      // features (pmadb)
 -$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
+-$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
 +$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
- $cfg['Servers'][$i]['user']          = 'root';      // MySQL user
++$cfg['Servers'][$i]['user']          = 'mysql';      // MySQL user
  $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                      // with 'config' auth_type)
+ $cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
This page took 0.032035 seconds and 4 git commands to generate.