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

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

7 of 10 people (70%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

Do I have to pass a parameter to --with-mysql when configuring?

Sep 20th, 1999 23:11
Nathan Wallace, Richard Lynch


If you don't use the --with-mysql directive, PHP won't know how to talk 
to MySQL.

If you use --with-mysql but leave off the =/path/to/mysql/installation, 
the installer looks in the standard places for MySQL and hopefully finds 
it.

A typical example would look like:

    --with-mysql=/usr/local/mysql