Skip to content

Commit fb57dcd

Browse files
authored
Merge pull request #2 from RamRajuE/master
username and password updated
2 parents 9cbcc2a + c3fcec1 commit fb57dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎server.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$servername = "localhost";
33
$username = "root";
4-
$password = "Sync@09121997";
5-
$dbname = "syncfusion";
4+
$password = "password";
5+
$dbname = "username";
66

77
$conn = new mysqli($servername, $username, $password, $dbname);
88
if($conn->connect_error) {

0 commit comments

Comments
 (0)