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