HI all,
I am facing same issue from many days..
I have my site hosted on amazon with ec2 instance and a mysql rds as my database. from error logs i can say there are so many connections and mysql server gone away..
i read on many blogs to solve the problem you need to add
$this->query(“set session wait_timeout=600” );
I tried that too… but it cant help..
what will be the solution for the problem?
Please help..
thanks in advance..