当前位置: 技术问答>linux和unix
Linux php与mysql配置连接问题
来源: 互联网 发布时间:2016-04-24
本文导语: Linux环境 php和mysql都是rpm安装的 单独的运行php和mysql都是可以的 当php程序要链接到mysql就出现问题了 空白页面什么提示都没有 我已经修改了php.ini文件,加了mysql.so和mysqli.so php的mould里也是有这两个so文件的 问题补充...
Linux环境
php和mysql都是rpm安装的
单独的运行php和mysql都是可以的
当php程序要链接到mysql就出现问题了
空白页面什么提示都没有
我已经修改了php.ini文件,加了mysql.so和mysqli.so
php的mould里也是有这两个so文件的
问题补充:
执行yum install php-mysql 这个命令,有下面错误
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/bin/mysql_config from install of mysql-5.0.45-7.el5 conflicts with file from package MySQL-devel-community-5.1.26-0.rhel5
file /usr/share/man/man1/mysql_config.1.gz from install of mysql-5.0.45-7.el5 conflicts with file from package MySQL-devel-community-5.1.26-0.rhel5
php和mysql都是rpm安装的
单独的运行php和mysql都是可以的
当php程序要链接到mysql就出现问题了
空白页面什么提示都没有
我已经修改了php.ini文件,加了mysql.so和mysqli.so
php的mould里也是有这两个so文件的
问题补充:
执行yum install php-mysql 这个命令,有下面错误
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error:
file /usr/bin/mysql_config from install of mysql-5.0.45-7.el5 conflicts with file from package MySQL-devel-community-5.1.26-0.rhel5
file /usr/share/man/man1/mysql_config.1.gz from install of mysql-5.0.45-7.el5 conflicts with file from package MySQL-devel-community-5.1.26-0.rhel5
|
rpm -qa|grep php..... ( mysql...)
还是 安装mysql的 源码包吧,要见用户,还有组,密码等等,
你php如何连接 ,有用户名 密码不?
你mysql的服务起来了吗?
还是 安装mysql的 源码包吧,要见用户,还有组,密码等等,
你php如何连接 ,有用户名 密码不?
你mysql的服务起来了吗?
|
是的我也觉得源码包好些!