陈德本 5 anni fa
parent
commit
fd37612e85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Config/MySQL/Core.php

+ 1 - 1
Config/MySQL/Core.php

@@ -14,7 +14,7 @@ class Core extends Config
         "master" => [
             "host" => "mysql",
             "port" => "3306",
-            "username" => "rooy",
+            "username" => "root",
             "password" => "6485882",
             "dbname" => "receive_sms",
             "charset" => "utf8",