Welcome Guest, Not a member yet? Register   Sign In
Unable to connect to Microsoft Azure SQL.
#1

[eluser]ZachFX[/eluser]
Hi,

I've been trying to connect to Microsoft Azure SQL but I'm not having any success.

Code:
$db['default']['hostname'] = 'tcp:serverName.database.windows.net';
$db['default']['username'] = 'username@serverName';
$db['default']['password'] = 'password';
$db['default']['database'] = 'dbName';
$db['default']['dbdriver'] = 'sqlsrv';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;

I'm getting a generic error, Unable to connect to your database server using the provided settings.

I have downloaded the PHP SQL Driver by Microsoft and added it into PHP Extension Dir and installed Microsoft SQL Server 2012 Express on my own computer.

Any help would be much appreciated.


Messages In This Thread
Unable to connect to Microsoft Azure SQL. - by El Forum - 06-07-2012, 08:52 AM
Unable to connect to Microsoft Azure SQL. - by El Forum - 06-27-2012, 09:19 AM
Unable to connect to Microsoft Azure SQL. - by El Forum - 06-27-2012, 09:33 AM
Unable to connect to Microsoft Azure SQL. - by El Forum - 07-02-2012, 05:09 AM
Unable to connect to Microsoft Azure SQL. - by El Forum - 07-02-2012, 05:27 AM
Unable to connect to Microsoft Azure SQL. - by El Forum - 07-02-2012, 09:25 AM
Unable to connect to Microsoft Azure SQL. - by El Forum - 07-04-2012, 10:07 PM
Unable to connect to Microsoft Azure SQL. - by El Forum - 07-06-2012, 06:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB