Thursday, April 11, 2013
8:32 AM

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

0 comments:

Post a Comment