php7.2 开启mysqli扩展

https://blog.csdn.net/qq_34804120/article/details/78866165

1.在php.ini中搜索php_mysqli.dll 去掉前面的';'

2.设置extension_dir指令,默认在win下 指定扩展文件夹目录为c:/php/ext 这里要取消掉 extension_dir='ext' 前面的分号[修改为当前目录下]

3.重启apache服务【httpd重新启动】