Initial commit
This commit is contained in:
8
20250103/db_config.php
Normal file
8
20250103/db_config.php
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
<?php
|
||||
$link=mysqli_connect('localhost','user_20250103_58011','5BSVN9rMFNaiFGc','exam_20250103_58011');
|
||||
mysqli_query($link,'set names utf8');
|
||||
|
||||
// 设置默认时区
|
||||
date_default_timezone_set("Asia/Shanghai");
|
||||
|
Reference in New Issue
Block a user