Hey guys... im getting the "SQLSTATE[HY000]: General error: 2006 MySQL
server has gone away"
In my action i create the required db connections as such....

$connection_cdb = Propel::getConnection('propel');
$connection_stats = Propel::getConnection('cdb_stats');

I then read a big csv file from the server and this takes a marginal
amount of time (50-60seconds)... , then when i try and do something
with the db i get the error above...

Is there anyway that i can force for the connections not to time out

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to