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