Topic: This PHP environment doesn't have MySQL support built in. MySQL suppor

Hi

I have this message in install: This PHP environment doesn't have MySQL support built in. MySQL support is required if you want to use a MySQL database to run this forum. Consult the PHP documentation for further assistance.

I have Windows Server with PHP5 and MYSQL new version. I connect odbc for my database with table forum. Its work fine. How i can fix it ?? Please write me a instruction. I need that forum.

I'am waiting for answer.

Maly

2

Re: This PHP environment doesn't have MySQL support built in. MySQL suppor

Hi,

You have to edit php.ini, don't know where it would be in your setup.

Look for:

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
extension=php_mysql.dll

Uncomment out the line of whatever extension you care to use, in this case it's mysql.