更新 auth/config.php
This commit is contained in:
parent
3869e29985
commit
853fe75e5e
@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
// 数据库配置
|
// 数据库配置
|
||||||
$host = 'localhost'; // 数据库主机(本地通常为 localhost)
|
$host = 'localhost';
|
||||||
$dbname = 'ccsbeta'; // 数据库名(你提供的名称)
|
$dbname = '';
|
||||||
$username = 'ccsbeta'; // 数据库用户名(默认通常为 root)
|
$username = '';
|
||||||
$password = 'ccsbeta'; // 数据库密码(你提供的密码)
|
$password = '';
|
||||||
|
|
||||||
// 创建数据库连接
|
// 创建数据库连接
|
||||||
$conn = new mysqli($host, $username, $password, $dbname);
|
$conn = new mysqli($host, $username, $password, $dbname);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user