I've been trying to install mysql. I installed that new PHP5 that just came out with the zip file. I configured in php.ini where the .dll files are: c:/php/ext/. Then I uncommented php_mysql.dll and php_mysqli.dll.
When I restarted apache 1.3.31, my server, it said that it could not find those files in c:/php/ext/.
Though the file is right there. So then I did research and found that those files needed libmysql.dll and libmysqli.dll to load. However, those files are already sitting nice and cozy in c:/php, and I copied them to c:/php/ext just in case.
Just ran through this _exact_ issue myself. Put the libmysql.dll files in the windows/system32/ directory. That fixed everything for me.
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php