Jump to content

Installing PHP 5.2.0 and MySQL 4.1.22


SNN

Recommended Posts

I have been struggling to install these two scripts together, the last time I looked in the error logs I got this:

[Mon Apr 16 18:04:38 2007] [error] [client 192.168.1.1] PHP Fatal error: Call to undefined function mysql_connect() in D:\\TalkN\\www\\includes\\class_core.php on line 273
How do I make PHP support MySQL fully? I have enabled the extension for MySQL.

extension=php_mysql.dll
;extension=php_mysqli.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_pdo.dll
;extension=php_pdo_firebird.dll
;extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll

Link to comment
https://forums.phpfreaks.com/topic/47320-installing-php-520-and-mysql-4122/
Share on other sites

  • 2 months later...

might sound dumb, but did you download the connector drivers from mysql? You have to install them into the ext directory.

 

Last time I installed it, beginning of may, I had to install not only "Windows (x86) ZIP/Setup.EXE" but unpack and overlay the ext directory from "Windows Essentials (x86)".. seems I didnt get all the extensions with the install...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.