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
0 comments:
Post a Comment