]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin-config.patch
- updated to 4.8.5 (solves CVE-2019-6798, CVE-2019-6799)
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
CommitLineData
2d53b677 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'
8677f286
AG
5 *
6 * @global string $cfg['Servers'][$i]['user']
7 */
8-$cfg['Servers'][$i]['user'] = 'root';
9+$cfg['Servers'][$i]['user'] = 'mysql';
87698661 10
11 /**
8677f286 12 * MySQL password (only needed with 'config' auth_type)
This page took 0.050143 seconds and 4 git commands to generate.