From 0fed541a4066c161afc84b5dd68edc462ca95fa9 Mon Sep 17 00:00:00 2001 From: Jan Cordeiro <121439832+jancordeiro@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:54:04 -0300 Subject: [PATCH] Update config.php --- config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.php b/config.php index 657a3e3..54eda3c 100644 --- a/config.php +++ b/config.php @@ -4,9 +4,9 @@ // Sample created by Jan Cordeiro $servername = "localhost"; - $username = "u403007536_root"; - $password = "J8k4n2v4"; - $database = "u403007536_sampleform"; + $username = "root"; + $password = "root"; + $database = "user_registration"; $conexao = new mysqli($servername,$username,$password,$database) @@ -19,4 +19,4 @@ // echo "The connection was successful"; // } -?> \ No newline at end of file +?>