Reputation: 49813
Does anyone can tell me if is there any chars limit for a query?
I'm wondering cause I need to build up a big routine query and not sure if the query should have a chars limit.
i'm using : MySQL latest version , Apache 2, and PHP
Upvotes: 2
Views: 1383
Reputation: 6663
Here's a couple good articles I found on the subject. The second article is actually referred to in the first article.
Maximum length of MySQL query? http://bytes.com/topic/php/answers/8519-maximum-length-mysql-query
Packet too Large - MySQL http://www.devshed.com/c/a/MySQL/Troubleshooting-Problems-with-MySQL-Programs/4/
Upvotes: 2