php-sqlsrv/test/Performance/lib/connect.php

9 lines
108 B
PHP
Raw Normal View History

2017-05-06 02:32:09 +02:00
<?php
2017-05-06 02:56:32 +02:00
$server = 'server';
2017-07-15 01:44:31 +02:00
$database = 'testdb';
2017-05-06 02:56:32 +02:00
$uid = 'usr';
$pwd = 'pwd';
2017-05-06 02:32:09 +02:00
$pooling=false;
$mars=false;
?>