set default value for ssl connection to MYSQL to FALSE

This commit is contained in:
Marc Delisle
2007-03-01 15:34:58 +00:00
parent a9e7d44382
commit 4df1b95996
2 changed files with 6 additions and 1 deletions

View File

@@ -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')