I already have PHP 4.3.11 working and MySQL 4.1.12a-nt working on my Windows 2003 server and have a couple of sucessfull installtions of phpBB and ZenCart on diffrent websites I host.
Now I am trying to get PhpMyAdmin 2.6.3-pl1 working for the first time but am getting the following error:
cannot load mysqli extension;
please check PHP configuration
Documentation - When I click the documentation link it shows:
[1.20] I receive the error "cannot load MySQL extension, please check PHP Configuration". 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.
QUESTIONS:
1. If MySQL and PHP are working why would I need the extension enabled?
- Also neither mysql.so or php_mysql.dll are listed with the other extensions in the php.ini file. Is the php.ini file the the correct place to enable that extension?
I placed a PHP TEST here if that helps: http://www.mcedigital.com/phptest.php
Thanks
Jody