After installing phpmyadmin in webserver with apache2, mysql-server, php5 machine may presented with this error when navigated to phpmyadmin page.
"The mysqli extension is missing. Please check your PHP configuration. <a href=”Documentation.html#faqmysql” target=”documentation”><img src=”./themes/pmahomme/img/b_help.png” width=”11″ height=”11″ alt=”Documentation” title=”Documentation” /></a>"Cause:
May installed Apache2 and PhP5 but it didn’t include the PhP5-mysql
Solution:
If you have installed mysql-server then you need to run this command:
sudo apt-get install php5-mysql
and then reload the server.
