Hi,

thanks for the help.  I had removed the ";" but had not moved the
libmysql.dll to the C:\windows\system32 directory.  Also found in the manual
that MySQL is not "included by default" in MySQL 5.0.0 and hence you need to
include the extension.

All working hunky dory now.

thanks again to those who helped.

Chris


"Michael Purdy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Chris

Have you removed the ";" from the extension DLL in the php.ini file?

;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll  <---- Here
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll


Mike

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to