diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d7273a8..ecf4037 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -347,7 +347,14 @@
1646075613273
-
+
+ 1646161623086
+
+
+
+ 1646161623086
+
+
@@ -360,20 +367,20 @@
-
-
+
+
-
+
-
-
+
+
-
+
diff --git a/SQL/sql6.php b/SQL/sql6.php
index 6fe1369..b723583 100644
--- a/SQL/sql6.php
+++ b/SQL/sql6.php
@@ -23,7 +23,7 @@
$password = "";
$db = "1ccb8097d0e9ce9f154608be60224c7c";
// Create connection
- //$conn = new mysqli($servername, $username, $password,$db);
+ $conn = new mysqli($servername, $username, $password,$db);
// Check connection
if ($conn->connect_error) {