1 Star 0 Fork 32

zh9009/家谱familytree

forked from jiehu0992/家谱familytree 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conn.php 146 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiehu0992 提交于 2023-04-16 12:42 . update conn.php.
<?php
$link = mysqli_connect("127.0.0.1", "root", "root", "database");
if (!$link) {
die("连接失败: " . mysqli_connect_error());
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/d1s2/genealogy_familytree.git
[email protected]:d1s2/genealogy_familytree.git
d1s2
genealogy_familytree
家谱familytree
master

搜索帮助