Need to see what's your code looks like, are you going through a loop of db records and inside that executing another database query ?
MySQL client protocol doesn't allow more than one query to be "in progress." if you've executed a query and you've fetched some of the results, but not all -- then you try to execute a second query. If the first query still has rows to return, the second query gets an error. but still need your code to look at !
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community