]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame_incremental - phpMyAdmin-config.patch
- up to 3.1.3 (bugfixes)
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
... / ...
CommitLineData
1diff -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.025369 seconds and 4 git commands to generate.