diff --git a/SQL/sql2.php b/SQL/sql2.php index 7d8145c..f72bbf1 100644 --- a/SQL/sql2.php +++ b/SQL/sql2.php @@ -16,7 +16,7 @@ $servername = "localhost"; $username = "root"; $password = ""; - $db = "db1"; + $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection $conn = new mysqli($servername, $username, $password,$db);