diff --git a/config/database.php b/config/database.php index eff2258..d0ef7fa 100644 --- a/config/database.php +++ b/config/database.php @@ -33,8 +33,10 @@ return [ 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'app_hd', - 'username' => 'app_hd', - 'password' => 'fmW4NwwXMxN8ShSM', + // 'username' => 'app_hd', + // 'password' => 'fmW4NwwXMxN8ShSM', + 'username' => 'root', + 'password' => '123456', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_general_ci', 'prefix' => '',