From c77d5d3032a141702490c31eb6beeb3f32d5cb4d Mon Sep 17 00:00:00 2001 From: matcha12345 <165014253+matcha12345@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:22:50 +0530 Subject: [PATCH] Update config.php --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index d729189..1002c88 100755 --- a/config.php +++ b/config.php @@ -2,8 +2,8 @@ session_start(); -$host = "mysqldb2022.c4a31adjeatg.us-west-2.rds.amazonaws.com"; /* Host name */ -$user = "admin"; /* User */ +$host = "devopsdb"; /* Host name */ +$user = "root"; /* User */ $password = "admin123"; /* Password */ $dbname = "customers"; /* Database name */