John Cole <[EMAIL PROTECTED]> wrote:
>
> I installed MySQL 4.0.16-nt on a Win2000 Pro platform.
> I want to implement a multi-table delete, so i type
> following SQL statement:
>
> Delete from tablea, tableb using tablea, tableb
> where tableb.number=2 and tableb.number=3;
>
> the server down an
Ivan,
Monday, April 29, 2002, 11:29:31 PM, you wrote:
IS> We use the PHPLib classes for our website.
IS> ( http://phplib.sourceforge.net/ )
IS> Now we have a lot of lost connection problems when we use 2 or 3 different
IS> db queries with different db tables !
IS> .
IS> $db = new newsDB();
> Ok I've finally gotten MySQL 3.23.37 installed and operating. Thanks to all
> that helped! The problem I'm now experiencing is when I try to interface
> with MySQL via PHP. MySQL seems to work fine by logging into MySQL directly
> and through a MySQL GUI Client. I get the following error...
>
>