Chinaunix首页 | 论坛 | 博客
  • 博客访问: 319822
  • 博文数量: 96
  • 博客积分: 230
  • 博客等级: 二等列兵
  • 技术积分: 722
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-13 22:25
个人简介

心安处即吾乡!

文章分类

全部博文(96)

文章存档

2016年(1)

2014年(79)

2013年(7)

2012年(9)

我的朋友

分类: PHP

2014-04-17 19:59:26

Error Report:This PHP environment doesn't have Improved MySQL (mysqli) support built in. Improved MySQL support is required if you want to use a MySQL 4.1 (or later) database to run this forum. Consult the PHP documentation for further assistance.

Evironment:centOS5.6 PHP5.1.6

Solution:The error lies with php, not mysql. The mysqli part of php has not been built or loaded. See if there is a mysqli extension in /etc/php.ini. If so, add a line extention=mysqli.so to your php.ini file. Otherwise, install php with the extension built in, or see if the extension is packaged seperately for your distribution.
阅读(769) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~