From 924157f0d2ec3c4f23c61cabf27caada3776c36a Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 5 Aug 2024 00:12:45 +0500 Subject: [PATCH] local --- CyberCP/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CyberCP/settings.py b/CyberCP/settings.py index 1cf178aa2..a757aee4a 100755 --- a/CyberCP/settings.py +++ b/CyberCP/settings.py @@ -111,7 +111,7 @@ DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'cyberpanel', - 'USER': 'root', + 'USER': 'cyberpanel', 'PASSWORD': 'JjWbFBFDxMI8D8', 'HOST': 'localhost', 'PORT': ''