Wednesday 10 April 2013

Solution : The mysqli extension is missing. Please check your PHP configuration

if you get The mysqli extension is missing. Please check your PHP configuration error in phpmyadmin
follow two steps

1. install php-mysql
in redhat , fedora
yum install php-mysql
in ubuntu
apt-get install php-mysql

2. restart apache server
restart mysql

Share This!



1 comment:

  1. I have installed php-mysql

    rpm -q php-mysql shows:
    php-mysql-5.3.3-3.el6_1.3.x86_64

    I restarted Apache: service httpd restart
    restarted mysql: service mysqld restart

    Still says same thing:
    The mysqli extension is missing. Please check your PHP configuration.

    ReplyDelete

Here We Write The Problems we face at different situations and Solutions to those problems.