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

7 lines
278 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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_');//数据库前缀
?>