]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
- up to 4.1.11 (bugfixes)
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
1 diff -burNp phpMyAdmin-3.1.0-all-languages/libraries/config.default.php phpMyAdmin-3.1.0-all-languages-new/libraries/config.default.php
2 --- phpMyAdmin-3.1.0-all-languages/libraries/config.default.php 2008-11-28 14:21:00.000000000 +0100
3 +++ phpMyAdmin-3.1.0-all-languages-new/libraries/config.default.php     2008-12-02 10:31:40.200149063 +0100
4 @@ -180,7 +180,7 @@ $cfg['Servers'][$i]['auth_swekey_config'
5   *
6   * @global string $cfg['Servers'][$i]['user']
7   */
8 -$cfg['Servers'][$i]['user'] = 'root';
9 +$cfg['Servers'][$i]['user'] = 'mysql';
10  
11  /**
12   * MySQL password (only needed with 'config' auth_type)
This page took 0.079109 seconds and 3 git commands to generate.