I am trying to execute my PHP code, which calls two MySQL queries via mysqli, and get the error \"Commands out of sync; you can\'t run this command now\".
Here is th
I use CodeIgniter. One server OK ... this one probably older ... Anyway using
$this->db->reconnect();
Fixed it.