NOTE: App Control is designed to work with the Simple Recovery Model
|
MultiSubnetFailover=Yes
$connectionInfo = array( 'DATABASE' => $dsn['database'] ? $dsn['database'] : null, 'ReturnDatesAsStrings' => false, // Use custom formatting, bcs no way to configure built-in formatting 'CharacterSet' => $this->_charset, 'LoginTimeout' => $this->_logintimeout, 'MultiSubnetFailover'=> 'yes' )