put the port separatly from the hostname for MSSQL
This commit is contained in:
@@ -19,7 +19,8 @@ class Configuration {
|
||||
private $values = array(
|
||||
'db' => array(
|
||||
'driver' => 'SQL Server Native Client 11.0',
|
||||
'server' => 'BSR2012\SQLEXPRESS,1433',
|
||||
'server' => 'BSR2012\SQLEXPRESS',
|
||||
'port' => '1433',
|
||||
'username' => 'alcoda',
|
||||
'password' => 'alcodaonly',
|
||||
'name' => 'NetBiblio3',
|
||||
|
||||
Reference in New Issue
Block a user