Re: mysql not supporting php.

2002-06-03 Thread mos
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

Re: mysql not supporting php.

2002-06-03 Thread Terrence Cox
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

Re: mysql not supporting php.

2002-06-03 Thread Markus Lervik
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

RE: mysql not supporting php.

2002-06-02 Thread Neville Lewis
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

Re: mysql not supporting php.

2002-06-02 Thread Ashley M. Kirchner
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 not supporting php.

2002-06-02 Thread David Grant
"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 --