【发布时间】:2011-07-17 12:17:12
【问题描述】:
我收到以下错误: 致命错误:在我的 php 脚本中找不到类 'mysqli' 我安装了 php5.3.3-7,当我运行 apt-cache show php5-mysql 时得到了这个
Description: MySQL module for php5
This package provides modules for MySQL database connections directly from
PHP scripts. It includes the generic "mysql" module which can be used
to connect to all versions of MySQL, an improved "mysqli" module for
MySQL version 4.1 or later, and the pdo_mysql module for use with
the PHP Data Object extension.
php 信息中根本没有关于 mysql 的内容。 我如何找到扩展,我必须安装它吗? 在我的 php.ini 中有很多对 mysqli 的引用。但有些不对劲。
【问题讨论】:
-
不是重复的; OP 不必手动安装 MySQLi。