今天配置apache ,php,mysql 的时候,一直报(Call to undefined function mysql_connect()),PHP一直连接不上数据库,从网上查,答案也都是千篇一律。后来经过慢慢调试总的来说从以下几个方面来查
1:php.ini配置文件中 extension_dir 前面分好去掉,同时把目录指向php的ext目录
如:extension_dir = "D:/shenghuo/php/ext"
2:php.ini中 以下几项的分号去掉
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_gd2.dll
3:把php5ts.dll拷贝到system32目录下
4:从mysql的安装目录下找到libmySQL.dll拷贝到system32以及php安装根目录和根目录/ext 下(记住是从mysql的安装目录找该dll而不是
php 的安装根目录)
5:指定httpd.conf中的PHPIniDir参数
如:PHPIniDir "D:/shenghuo/php/php.ini" (需要要指定php.ini的绝对路径)
相关文章
- php报错 【 Call to undefined function imagecreatetruecolor()】
- Call to undefined function pg_
- PHP :Call to undefined function mysql_connect()
- 在ubuntu16.10 PHP测试连接MySQL中出现Call to undefined function: mysql_connect()
- Mac php使用gd库出错 Call to undefined function imagettftext()
- phpcms 无法显示缩略图 Call to undefined function image_type_to_extension
- 使用tp访问数据库时提示错误: 'PDO' not found, 和not defined constant mysql_attr_init_command 和call an undefined function Think\Template\simpleXml_load_string()函数
- PHP Fatal error: Uncaught Error: Call to undefined function pcntl_fork().. 开启php pcntl扩展实现多进程
- Fatal error: Uncaught Error: Call to undefined function mysqli_connect()
- linux下, 再次遇到使用thinkphp的模板标签时,报错used undefined function \Think\Template\simplexml_load_string() 是因为没有安装 php-xml包