[nycphp-talk] Dude, where'd MySql.DLL go?
Tim Gales
tgales at tgaconnect.com
Thu Nov 24 06:08:36 EST 2005
CED wrote:
> I have learned the hard way that MySQL lib is not pre-packaged with 5.0.5.
> So on a quick windows test box with a directory similar tot he below, where
> should I put the DLL so the cgi.exe will find it? I Tried changing my
> php.ini all around but it never seeemed to even be looking in the correct
> folder.
>
...
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = "D:/PHP/DLLS/"
>
> I've tried a ton of different subdirectories, even left it blank, heh. And,
> YES, I have the extension set to be loading. (extension=php_mysql.dll) =D
> Although I also turned that off and turned on dl() and tried ad hocing the
> dll from within a page... still no worky.
Try following this thread:
http://lists.nyphp.org/pipermail/talk/2004-December/013200.html
(you may also need php_mysqli.dll, if you want to use mysqli_connect)
--
T. Gales & Associates
'Helping People Connect with Technology'
http://www.tgaconnect.com
More information about the talk
mailing list