* 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
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
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
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
> 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]
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
>[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
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
8 matches
Mail list logo