PHP Classes

File: tests/config-sample.php

Recommend this page to a friend!
  Classes of Owen Hester   PHP SQLSRV Linux   tests/config-sample.php   Download  
File: tests/config-sample.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP SQLSRV Linux
Access Microsoft SQL Server databases in Linux
Author: By
Last change:
Date: 3 years ago
Size: 291 bytes
 

Contents

Class file image Download
<?php

// http://www.sqlservercentral.com/articles/Adventureworks/99291/
define('HOSTNAME', 'mhknbn2kdz.database.windows.net'); // hostname[,port]
define('DATABASE', 'AdventureWorks2012'); // database
define('USERNAME', 'sqlfamily'); // username
define('PASSWORD', 'sqlf@m1ly'); // password