求大伙儿帮忙

WBOY
Release: 2016-06-13 12:54:12
Original
808 people have browsed it

求大家帮忙
大家好,小弟最近刚开始学习PHP。想请教大家一个问题。


在使用PHP链接mysql数据库的时候,报出找不到mysql_connect()这个函数的错误。


仔细检查各种配置文件后发现,extension=php_mysql.dll该模块已经加载;在apache server的配置文件中也配置了以下两项:


LoadModule php5_module D:/php/php5apache2_2.dll
PHPIniDir "D:/php"




并且将d:/php 和d:/php/ext 加入了系统路径


查看apache server的日志发现,每次启动的时候发现有警告 无法从 c:/php/ 加载模块php_mysql.dll。我觉得这个应该是错误的根本原因。




问题是我的PHP安装在D盘下,我100%确定我所有的配置文件都指向D盘而不是C盘,为什么apache会从C盘下去加载模块呢?是否有默认的加载路径存在?希望大家给点建议,多谢


------解决方案--------------------
写个测试程序
phpinfo();
Copy after login

查看一下自己是否修改了正确的配置文件~

------解决方案--------------------
应该是配置文件 php.ini加载另外的文件了
所以看看 jakey9826 说的 phpinfo 输出的配置文件是哪个 修改那个文件的相关信息即可。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template