Help for this page
$mysql->disconnect() ; $sth = $mysql->prepare(...) ; ......
$sth = $mysql->prepare(...) ; if ( ! $sth-execute() ) { # connection lost ? # reconnect }