I\'ve tried install Apache, PHP, MySQL, and PHPMyAdmin manually and got the error. Then tried XAMPP and still got the error this error with PHPMyAdmin:
The m
Just add this to your php.ini
extension= php_mysqli.dll
and stop and start apache and MySQL it will work.