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) |