Shiva wrote:

    http://www.yohng.com/phpm/phpm.htm#_Toc42628370

    Enabling MySQL API support for Microsoft Windows

    " When running Microsoft Windows, you may run into several issues with PHP 
itself and MySQL. While C compiler is an essential part of most POSIX-
    compatible operating systems, Windows system typically doesn't contain any 
compiler installed. Anyway, compiling PHP under Windows is pain, if you never did 
this before; so consider downloading Win32-precompiled version from PHP site. "

    " The Win32-precompiled version is available for download from official PHP 
site, and contains MySQL support integrated. "


I couldnt find any Win32-Precompiled Version from Php.net;

To enable MySQL in PHP, you need to uncomment the extension line for mysql in php.ini. Then, PHP needs to be able to find two files: php_mysql.dll and libmysql.dll.


Janet



--
Janet Valade -- janet.valade.com


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to