1 Star 0 Fork 0

陈康冰/myfit-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
header.php 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
if (!defined("_SessionName"))
die("Header files cannot be executed.");
$servername = "localhost";
$username = "myfit";
$password = "krTXBaDZibzLCE4G";
$dbname = "myfit";
// 创建连接
$conn = new mysqli($servername, $username, $password, $dbname);
// 检测连接
if ($conn->connect_error) {
die("MySQL 连接失败: " . $conn->connect_error);
}
// $conn->close();
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ckblau/myfit-server.git
git@gitee.com:ckblau/myfit-server.git
ckblau
myfit-server
myfit-server
master

搜索帮助