This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
luowei_exam/db_config.php
2025-01-09 11:57:41 +08:00

8 lines
276 B
PHP

<?php
$link=mysqli_connect('localhost','user_20250109_58053','fFPALeYRQxo32lB','exam_20250109_58053');
mysqli_query($link,'set names utf8');
// 设置默认时区
date_default_timezone_set("Asia/Shanghai");