0

我已按照以下指南设置本地主机

http://www.1stwebdesigner.com/tutorials/how-to-setup-local-web-server-with-latest-apache-php-and-mysql-packages/

我想使用 PHP 5.3.10 来使用与我的实时站点相同的版本,尽管当我使用较新的版本并导航到 localhost/pma 时,我收到以下错误:

The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" target="documentation"><img src="themes/dot.gif" title="Documentation" alt="Documentation" class="icon ic_b_help" /></a>

任何人都知道正确配置 mySQLi 还需要做什么?

4

4 回答 4

3

打开你的php.ini文件并确保extension=mysqli.so(或windows 上的extension=mysqli.dll)没有被注释掉。

还要确保在 php 安装的扩展文件夹中有 mysqli.so 或 mysqli.dll 文件。

于 2012-04-15T10:22:39.810 回答
1

是的,首先检查您的“服务”并确保 MySQL 运行正常。

于 2012-12-16T10:49:05.440 回答
1

查看您的防火墙设置并为 MySQL.exe 创建入站/出站规则

于 2013-05-07T15:13:30.850 回答
-1

我记得,这是因为 mySQL 服务没有安装或运行正常

于 2012-04-15T10:26:07.817 回答