php and mysql

xarzu's picture

They have: 25 posts

Joined: May 2007

I am trying to use PHP with MySQL in IIS.

So, MySQL is no longer enabled by default, so the php_mysql.dll DLL must be enabled inside of php.ini. How is this done? I searched php.ini and I did not find php_mysql.dll.

iPhone Fan's picture

They have: 8 posts

Joined: Jul 2009

It's somewhere here
...
;extension_dir = "./"
extension_dir = "./ext"
...
;extension=php_mysql.dll
extension=php_mysql.dll
...

Use Search in you text editor.
You should un-comment extension=php_mysql.dll

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.