Re: MySQL lost connection

2003-11-21 Thread Victoria Reznichenko
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

Re: MySQL lost connection problems with PHPLib classes

2002-04-30 Thread Egor Egorov
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();

Re: MySQL Lost Connection...

2001-08-13 Thread Irmund Thum
> 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... > >