You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
261 B
PHP

<?php
/*数据库配置*/
$dbconfig=array(
"host" => "localhost", //数据库服务器
"port" => 3306, //数据库端口
"user" => "root", //数据库用户名
"pwd" => "Yu_qwer880313", //数据库密码
"dbname" => "daohang", //数据库名
);
?>