faqts : Computers : Programming : Languages : PHP : Installation and Setup : Databases

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

47 of 120 people (39%) answered Yes
Recently 1 of 10 people (10%) answered Yes

Entry

How do I enable MySQL for PHP under Windows?

Jun 18th, 1999 07:00
Nathan Wallace, Ryan Jameson


Your php3.ini should be located in \windows.  Set extension_dir to
wherever you put your 
PHP files (e.g. \php3).  And uncomment the line under ";windows
extensions":

From:

;extension=php3_mysql.dll

to:

extension=php3_mysql.dll