[PHP-WIN] Re: Cannot load the mysql library

2004-11-05 Thread D_Angle
You have to copy php_mysql.dll to system32 folder "Rafael Soares" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello people! I'm using PHP 5.0.2, IIS 5.1 running on WinXP Pro. But the installer for IIS don't install the MySQL functions library and, after installing the MYSQLX.

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-08-02 Thread D_Angle
Try copying libmysql.dll in php root folder to system32 folder in windows (this works for IIS) php_mysql.dll is dependent of libmysql.dll :) had the same error message that the php_mysql.dll was missing but after I copyed libmysql.dll to the system32 folder IIS started and worked correctly :) "Na