You might want to try php.ini-recommended instead of php.ini-dist.

On 10/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hey

I did that already. Step (8) of setting up php.

Do I need to move any files around or add anything else to the path?




-----Original Message-----
From: "Stut" <[EMAIL PROTECTED]>
Sent: Tue, October 3, 2006 14:12
To: [EMAIL PROTECTED]
Cc: php-db@lists.php.net
Subject: Re: [PHP-DB] Php 5 and Mysql on Windows

[EMAIL PROTECTED] wrote:
> I setup Mysql as follows:
>
> 1. Download the 5.x installer
> 2. Run the installer
> 3. Run the configuration tool ater the installer
>
> When I run the following script, the error "Fatal error: Call to
> undefined function mysql_connect() in Test.php on line 3"  is returned.
>
> $conn = mysql_connect('localhost', 'root', 'password')

Installing MySQL is not enough - you need to enable the mysql extension
in your php.ini.

-Stut

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
Dave W

Reply via email to