From bdddeecedcf439263f98379ef83feca8128ed9ec Mon Sep 17 00:00:00 2001 From: LyLme Date: Thu, 20 Jan 2022 15:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.php diff --git a/config.php b/config.php new file mode 100644 index 0000000..3464adb --- /dev/null +++ b/config.php @@ -0,0 +1,10 @@ + "localhost", //数据库服务器 + "port" => 3306, //数据库端口 + "user" => "", //数据库用户名 + "pwd" => "", //数据库密码 + "dbname" => "", //数据库名 +); +?> \ No newline at end of file