2 Star 3 Fork 1

R./wechat_tencent_vod

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
db.php 210 Bytes
一键复制 编辑 原始数据 按行查看 历史
R. 提交于 2017-01-06 10:33 . 连接数据库
<?php
$con = mysql_connect("localhost","root","数据库密码");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_query("SET NAMES 'utf8mb4'");
mysql_select_db("表名",$con);
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/robinchina/wechat_tencent_vod.git
git@gitee.com:robinchina/wechat_tencent_vod.git
robinchina
wechat_tencent_vod
wechat_tencent_vod
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385