数据库配置文件
This commit is contained in:
parent
64e9c2c222
commit
bdddeecedc
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
/*数据库配置*/
|
||||||
|
$dbconfig=array(
|
||||||
|
"host" => "localhost", //数据库服务器
|
||||||
|
"port" => 3306, //数据库端口
|
||||||
|
"user" => "", //数据库用户名
|
||||||
|
"pwd" => "", //数据库密码
|
||||||
|
"dbname" => "", //数据库名
|
||||||
|
);
|
||||||
|
?>
|
Loading…
Reference in New Issue