set default value for ssl connection to MYSQL to FALSE
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$HeadURL$
|
||||
|
||||
2007-02-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/config.default.php: set $cfg['Servers'][$i]['ssl'] default
|
||||
value to false, we got reports from some users having problems with the
|
||||
default value of true
|
||||
|
||||
2007-02-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php: bug #1659176, memory error displaying
|
||||
a table with large BLOBs
|
||||
|
@@ -96,7 +96,7 @@ $cfg['Servers'][$i]['socket'] = '';
|
||||
*
|
||||
* @global boolean $cfg['Servers'][$i]['ssl']
|
||||
*/
|
||||
$cfg['Servers'][$i]['ssl'] = true;
|
||||
$cfg['Servers'][$i]['ssl'] = false;
|
||||
|
||||
/**
|
||||
* How to connect to MySQL server ('tcp' or 'socket')
|
||||
|
Reference in New Issue
Block a user