Re: [PHP] Lost Connection to MySQL server during query

2003-09-09 Thread Curt Zirzow
* Thus wrote Donald Tyler ([EMAIL PROTECTED]): > > The script seems to run fine the first time I run it, but with subsequent > runs (To see if it incorrectly creates duplicates of records etc), after a > couple of minutes the script ends with an error message saying "Lost > connection to MySQL ser

Re: [PHP] Lost Connection to MySQL server during query

2003-09-09 Thread Marek Kilimajer
Are you using mysql_pconnect or just mysql_connect? Donald Tyler wrote: I have a script that is processing data from a single table and splitting it into smaller normalized tables. The script takes anywhere between 5-10 minutes to complete, and as it runs it constantly outputs a report on its

[PHP] Lost Connection to MySQL server during query

2003-09-09 Thread Donald Tyler
I have a script that is processing data from a single table and splitting it into smaller normalized tables. The script takes anywhere between 5-10 minutes to complete, and as it runs it constantly outputs a report on its progress. The script seems to run fine the first time I run it, but w

Re: [PHP] Lost connection to MySQL server during query

2001-01-13 Thread Jason Brooke
Go to http://www.mysql.com You'll see a 'Search' field near the top left. Type the string: Lost connection to MySQL ..into it. It brings up about 50 results Also, load up http://www.mysql.com/documentation/mysql/bychapter/manual_Problems.html#Prob lems jason > > > Any help appreciated - othe

Re: [PHP] Lost connection to MySQL server during query

2001-01-13 Thread Michael Govorun
> Any help appreciated - otherwise I have to go look at postgresql :( :) -- -Michael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Lost connection to MySQL server during query

2001-01-12 Thread Tim Colles
To answer my own question and for anyone else that gets stuck with this, configuring with: --with-mysql=/usr/local/mysql (or whatever your mysql installation path is) instead of just --with-mysql seems to fix it for me. Cheers, Tim. On Thu, 11 Jan 2001, Tim Colles wrote: > Can anyone h

Re: [PHP] Lost connection to MySQL server during query

2001-01-11 Thread Richard Lynch
>[MySQL broken on Solaris?] > Any help appreciated - otherwise I have to go look at postgresql :( Hey, watch it! PostgreSQL rocks! I personally always find myself ham-strung by MySQL's lack of sub-selects and aggragates not allowed in the where clause... You can work around it, but it's a PITA

[PHP] Lost connection to MySQL server during query

2001-01-11 Thread Tim Colles
Can anyone help with this. Got Apache 1.3.14, PHP 4.0.3pl1 and MySQL 3.22.32 happily installed. All seems to work fine, yet I keep getting these error messages when doing queries through PHP scripts (seems to work okay doing the same queries from the mysql prompt though). I tried the phpMyAdmin an