Home >php教程 >php手册 >无法载入 mysql 扩展,请检查 PHP 配置

无法载入 mysql 扩展,请检查 PHP 配置

WBOY
WBOYOriginal
2016-06-13 09:57:09787browse

今天在安装一台新服务器时在服务器中配置phpMyAdmin ,但打开时phpmyadmin错误 无法载入 mysql 扩展,请检查 PHP 配置,下面我来给大家介绍解决办法。

无法载入 mysql 扩展,
请检查 PHP 配置 - 文档

解决办法非常简单在你php.ini中找到你如下代码

 代码如下 复制代码

extension_dir = "D:/xxx/php/ext"

D:xxxphpext就是你php安装目录了 再重启apache


有的朋友是说把php.ini中的libmysql.dll去掉即可,但我深入是失败的。

 

Statement:
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