To configure PHP for MYSQL from (http://www.php.net/manual/en/ref.mysql.php):

Requirements
In order to have these functions available, you must compile PHP with MySQL support. 

Installation
By using the --with-mysql[=DIR] configuration option you enable PHP to access MySQL 
databases. 

In PHP 4, the option --with-mysql is enabled by default. To disable this default 
behavior, you may use the --without-mysql configure option. Also in PHP 4, if you 
enable MySQL without specifying the path to the MySQL install DIR, PHP will use the 
bundled MySQL client libraries. In Windows, there is no DLL, it's simply built into 
PHP 4. Users who run other applications that use MySQL (for example, auth-mysql) 
should not use the bundled library, but rather specify the path to MySQL's install 
directory, like so: --with-mysql=/path/to/mysql. This will force PHP to use the client 
libraries installed by MySQL, thus avoiding any conflicts. 

Marc.


-----Message d'origine-----
De : Seena Blace [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 30 janvier 2004 17:44
À : [EMAIL PROTECTED]
Objet : RE: [Mysql-discussions] SQL CONNECTIVITY


I installed php.
 what is linux9? =RED HAT 9
aCTUALLY i WANT TO develop smal webbased application.I was thinking PHP,MYSQL,APACHE 
AND LINUX WOULD BE good,but any other combination would be great if you guyes suggest.


Remko Lodder <[EMAIL PROTECTED]> wrote:
....

your php is not configured to use mysql? perhaps?

and just what is linux9?

please install php with mysql support.

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene 

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Seena Blace
Verzonden: vrijdag 30 januari 2004 17:12
Aan: [EMAIL PROTECTED]
Onderwerp: [Mysql-discussions] SQL CONNECTIVITY


Hi all,
I have been noticing following error message with PHP.
Fatal error: Call to undefined function: mysql_connect() 

Let me know how to fix that.I have installed linux9,apache 2.0, php.
thx -seena


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to