diff --git a/upload/configs/db.php b/upload/configs/db.php index 0206a38..e30f037 100644 --- a/upload/configs/db.php +++ b/upload/configs/db.php @@ -1,6 +1,6 @@ 'localhost', + 'host' => '127.0.0.1', 'user' => 'root', 'pass' => '', 'base' => 'minecraft', @@ -8,4 +8,4 @@ 'backend' => 'mysqli', 'log' => true, ); -?> \ No newline at end of file +?>