Php – MySQLi Extension with phpMyAdmin

PHP

I just unpacked the latest phpMyAdmin into /var/www/html/phpMyAdmin and it is giving me "The mysqli extension is missing." – how do I install this? I'm on Centos. I checked php.ini and it seems to be "unlocked".

when I type in php -i |grep -i mysqli … it looks to be enabled. Also this is PHP Version 5.3.8

php -m 

apc
ctype
curl
date
dom
filter
ftp
gd
hash
iconv
json
libxml
mcrypt
memcache
mysql
mysqli
openssl
pcre
PDO
pdo_sqlite
posix
REflection
session
SimpleXML
soap
SPL
SQLite
standard
tokenizer
xml
xmlreader
xmlwriter
zlib

Thanks.

Best Answer

Install php5-mysql and restart apache. See why