i was trying to insert some data into the database but i got this error \"Error while sending QUERY packet\"
$insertDeta = $conPat->pre
You may also have this error if the variable wait_timeout is too low.
wait_timeout
If so, you may set it higher like that:
SET GLOBAL wait_timeout=10;
This was the solution for the same error in my case.