Files
tv/include/db.config.php
T
2025-11-28 14:28:58 +08:00

7 lines
278 B
PHP

<?php
define('DB_HOST','127.0.0.1');//数据库连接地址,默认:localhost或127.0.0.1
define('DB_USER','tv');//数据库账号
define('DB_PASSWD','aDtyFNpEYYXTHPn6');//数据库密码
define('DB_NAME','tv');//数据库名称
define('DB_PRE','eruyi_');//数据库前缀
?>