欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php没有php mysql.dll怎么办

程序员文章站 2022-03-08 08:53:08
...

php没有php mysql.dll的解决办法:首先去github上去下载源码;然后执行phpize生成配置文件;接着通过“make &&make install”执行编译和安装;最后修改配置文件“php.ini”即可。

php没有php mysql.dll怎么办

推荐:《PHP视频教程

php.ini中找不到extension=php_mysql.dll是设置错误造成的,解决方法如下:

1、首先在百度搜索swoole。

php没有php mysql.dll怎么办

2、打开官网去github上去下载源码。

php没有php mysql.dll怎么办

3、复制链接地址同linux命令进行下载。

php没有php mysql.dll怎么办

4、下载完成以后直接解压文件包,tar -zxvf filename.tar.gz。

php没有php mysql.dll怎么办

5、进入刚刚解压的文件包里面,执行phpize生成配置文件。

php没有php mysql.dll怎么办

6、执行./configure生成变异文件。

php没有php mysql.dll怎么办

7、make &&make install 执行编译和安装。

php没有php mysql.dll怎么办

8、修改配置文件php.ini。

php没有php mysql.dll怎么办

9、最后重启httpd去查看phpinfo()是否支持这个扩展,就完成了。

php没有php mysql.dll怎么办

以上就是php没有php mysql.dll怎么办的详细内容,更多请关注其它相关文章!

相关标签: php mysql.dll