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

MySQL lost connection

2003-11-19 Thread John Cole
hi, 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 and generate following message: `Mysql-nt has gener

mysql lost connection

2002-12-14 Thread Donna Robinson
filter-fodder: mysql, query Hi, I have a persistent connection. but when a query fails for whatever reason, ( eg. user doesnt have permission to delete a row ) I lose the connection. HOW can I stop this happening, and WHY is it happening? Donna -

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();

MySQL lost connection problems with PHPLib classes

2002-04-29 Thread Ivan Schmid
Hello list users, We use the PHPLib classes for our website. ( http://phplib.sourceforge.net/ ) Now we have a lot of lost connection problems when we use 2 or 3 different db queries with different db tables ! . $db = new newsDB(); $db->query("SELECT * FROM news ORDER BY HitsOut DESC limit

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... > >

MySQL Lost Connection...

2001-08-13 Thread Adam Douglas
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... Warning: My