出现缺少 mysqli 扩展。请检查 PHP 配置的错误,原因是程序使用了加强的版本mysql扩展 "mysqli",而你的php配置里没有启用mysqli扩展模块.
关于mysql和mysqli的区别见本站的另一篇文章:
MySQL和MySQLi扩展的区别/php/introduction/03092440H01224407.html
如何开启mysqli扩展模块见:
php开启mysqli扩展模块 www.phperz.com/php/php-article/030924409201224409.html