From 58b0ed72ca1d17015e9d75f9a2038a9313b57033 Mon Sep 17 00:00:00 2001 From: Red Date: Wed, 10 Sep 2025 21:21:12 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20localhost=20=D0=BD=D0=B0=20ip.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_manager.php b/db_manager.php index 2928f4d..f8812bd 100644 --- a/db_manager.php +++ b/db_manager.php @@ -9,7 +9,7 @@ use function Catcher\recovery; $config = (object) [ 'driver' => 'mysql', - 'host' => 'localhost', + 'host' => '127.0.0.1', 'port' => 3306, 'dbname' => 'anodb', 'username' => 'root',