php and mysql
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.
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 posted this at 07:29 — 21st July 2009.
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
Windows Mobile|Blackberry| Mobile development Mobile development blog
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.