View Single Post
Old 01-13-2013, 01:11 AM   PM User | #4
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 88
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
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..
Ctechinfo is offline   Reply With Quote