Installing phpmyadmin has failed..
Quote:
phpMyAdmin - Error
The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" target="documentation"><img src="themes/dot.gif" title="Documentation" alt="Documentation" class="icon ic_b_help" /></a>
|
in the config.inc.php file in phpmyadmin I added
$cfg['Servers'][$i]['extension'] = 'mysql';
In the php.ini I have both uncommented as well
extension=php_mysql.dll
extension=php_mysqli.dll
I have restarted the server but still getting the error..