Note that there are some explanatory texts on larger screens.

plurals
  1. POwamp cannot load mysqli extension
    text
    copied!<p>WAMP installed fine, no problems, BUT...</p> <p>When going to phpMyAdmin, I get the error from phpMyAdmin as follows:</p> <pre><code>Cannot load mysqli extension. Please check your PHP configuration </code></pre> <p>Also, phpMyAdmin documentation explains this error message as follows:</p> <blockquote> <p>To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed. Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.</p> </blockquote> <p>Finally, the apache_error.log file has the following PHP warnings (see the mySQL warning):</p> <pre><code>PHP Warning: Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0 PHP Warning: Zend Platform does not support this version of PHP - please upgrade to the latest version of Zend Platform in Unknown on line 0 PHP Warning: Zend Debug Server does not support this version of PHP - please upgrade to the latest version of Zend Debug Server in Unknown on line 0 PHP Warning: gd wrapper does not support this version of PHP - please upgrade to the latest version of gd wrapper in Unknown on line 0 PHP Warning: java wrapper does not support this version of PHP - please upgrade to the latest version of java wrapper in Unknown on line 0 PHP Warning: mysql wrapper does not support this version of PHP - please upgrade to the latest version of mysql wrapper in Unknown on line 0 </code></pre> <p>So, for some reason PHP is not recognizing the mysql extension.</p> <p>Anyone know why? Any solution or workaround?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload