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
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
I have installed php-mysql
ReplyDeleterpm -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.