PHP选择数据库失败亲!你把127.0.0.1换成 localhost, 然后在看一下行否!如果换不行的话可能是你的Apache没有开启! 你可以到这个网站上看一下PHP数据库的连接! 希望能够帮到你!
php连接数据库的类,但是选择数据库的时候总是出错 , 怎么回事呢?构造函数错咯
function __construct($host,$user,$pass,$database){
$this - host=$host;
$this - user=$user;
$this - pass=$pass;
$this - database=$database;
// echo $db;
$conn = mysql_connect($host,$user,$pass);
$db = mysql_select_db($this - database,$conn);
if($db){
echo "数据库成功";
}else{
echo "数据库失败";
}
}
//给你改咯哈这个类
class register{
private $host;//The host address
private $user;//The user
private $pass;//The password
private $database;//The database
private $conn;
//Connect with the database
function __construct($host,$user,$pass,$database){
$this - host=$host;
$this - user=$user;
$this - pass=$pass;
$this - database=$database;
$conn = mysql_connect($host,$user,$pass)or die("连接失败!");
mysql_select_db($this - database,$conn) or die("选择数据库失败!");
$this-conn=$conn;
}
//Add a user
function addUser($data){
$dataObj=$data;//类里边不要把变量写得太死
$userInfo=json_decode($dataObj,true);//change the data from the type of json to array.
$username=$userInfo[0];
$password=$userInfo[1];
$repassword =$userInfo[2];
//The sql to add the new user
@$sql_addUser = EOF
insert into users values("","$username","$password","$repassword");
EOF;
// var_dump($sql_addUser);break;
$result = mysql_query($sql_addUser,$this-conn);//指定连接,少些麻烦
// var_dump($result);break;
if($result){
echo1;
}else{
echo 0;
}
}
}
php数据库选择数据库时出错了错误描叙清楚
$sql="select * from xh_article";
$res=mysql_query($sql);
echo $res;
----
echo肯定不行了var_dump
echo只能输出 字符串 数字 之类的不能输出数组 对象
【php中数据库选择失败 php的数据库配置在哪】php中数据库选择失败的介绍就聊到这里吧 , 感谢你花时间阅读本站内容 , 更多关于php的数据库配置在哪、php中数据库选择失败的信息别忘了在本站进行查找喔 。
推荐阅读
- 火车运输经营游戏大全,运输小火车游戏
- chatgpt奥特曼照片,奥特曼cg图
- chatgpt恢复已注销用户,chat如何注销账号
- 中文版mysql怎么安装 mysql这么安装
- c语言整型转为字符型,c语言整型转换为字符型
- sqlservercomment的简单介绍
- mysql未响应怎么回事 mysql无响应
- 华硕gt730显卡怎么样,华硕gt730显卡2g
- 夜神安卓模拟器薅羊毛,夜神安卓模拟器为什么安装不了