沓楚财经网
您的当前位置:首页php怎么安装mysqli扩展

php怎么安装mysqli扩展

来源:沓楚财经网


具体步骤如下:

(推荐教程:java视频教程)

1、找到php7.2 ext目录下的mysqli

2、输入

/usr/local/php7.2/bin/phpize

3、在mysqli文件夹下执行

./configure --with-php-config=/usr/local/php/bin/php-config --with-mysqli=/usr/bin/mysql_config

4、执行命令

make

5、执行命令

make install
显示全文