Skip to content

Commit f3e2ca3

Browse files
author
Ambrish Bhargava
committed
Updating connection file
1 parent 9e6c6e3 commit f3e2ca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/connection.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22

3-
$database = 'testdb';
4-
$user = 'ambrish';
5-
$password = 'login123';
3+
$database = 'sample';
4+
$user = 'db2inst1';
5+
$password = 'password';
66
$hostname = 'localhost';
7-
$port = 60036;
7+
$port = 60000;
88

99
$db = $database;
1010
$username = $user;

0 commit comments

Comments
 (0)