At 01:50 AM 6/3/2002, you wrote:
>"mysql support is not available to php on this server"
>
>This is the error I receive. MySQL is working fine, but I need to know
>how get php working with sql.
>
>Also, does anyone know the command to list all the db's? thanks.
>
>Dave
Dave,
Switch to PH
ble_name.
Later on,
Big Din KR (Terrence :-|)
- Original Message -
From: David Grant <[EMAIL PROTECTED]>
Date: 02 Jun 2002 23:50:53 -0700
To: My SQL Mailing List <[EMAIL PROTECTED]>
Subject: mysql not supporting php.
>
> "mysql support is not available to php
On Monday 03 Jun 2002 9:50 am, David Grant wrote:
> "mysql support is not available to php on this server"
>
> This is the error I receive. MySQL is working fine, but I need to know
> how get php working with sql.
PHP isn't compiled with MySQL support. Recompile php and add
--with-mysql to the co
2:21 PM
To: My SQL Mailing List
Subject: mysql not supporting php.
"mysql support is not available to php on this server"
This is the error I receive. MySQL is working fine, but I need to know
how get php working with sql.
Also, does anyone know the command to list
David Grant wrote:
> This is the error I receive. MySQL is working fine, but I need to know
> how get php working with sql.
This means your PHP was not compiled with MySQL support. Recompile PHP.
> Also, does anyone know the command to list all the db's? thanks.
show databases;
--
"mysql support is not available to php on this server"
This is the error I receive. MySQL is working fine, but I need to know
how get php working with sql.
Also, does anyone know the command to list all the db's? thanks.
Dave
--