Skip to content

Commit 2005177

Browse files
authored
Update selectAllPerson.php
1 parent ea7fd4b commit 2005177

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FacialRecognition/selectAllPerson.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
$servername = "localhost";
4-
$username = "root";
5-
$password = "root";
6-
$dbname = "recognition";
3+
$servername = "YOUR_HOSTNAME";
4+
$username = "YOUR_USERNAME";
5+
$password = "YOUR_PASSWORD";
6+
$dbname = "YOUR_DATABASE_NAME";
77

88
try
99
{

0 commit comments

Comments
 (0)