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

7 lines
79 B
PHP

<?php
$server = 'server';
$database = 'testdb';
$uid = 'usr';
$pwd = 'pwd';
?>