MySQLi Extension with phpMyAdmin

Posted by user1062058 on Server Fault See other posts from Server Fault or by user1062058
Published on 2011-12-02T17:21:03Z Indexed on 2012/09/24 3:40 UTC
Read the original article Hit count: 379

Filed under:
|

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.

© Server Fault or respective owner

Related posts about php

Related posts about phpmyadmin