What is the maximum size of a MySQL query string

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
gmrobert
Forum Newbie
Posts: 22
Joined: Wed Oct 04, 2006 9:07 am

What is the maximum size of a MySQL query string

Post by gmrobert »

How large can a MySQL Query string be?

ie.

$query .= "INSERT into ".$table."( VALUES ".$values.")";


Is there an issue if $query is 32K?


Thanks

Greg
gmrobert
Forum Newbie
Posts: 22
Joined: Wed Oct 04, 2006 9:07 am

Post by gmrobert »

Post Reply