What is the maximum size of a MySQL query string
Posted: Fri Oct 13, 2006 9:18 am
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
ie.
$query .= "INSERT into ".$table."( VALUES ".$values.")";
Is there an issue if $query is 32K?
Thanks
Greg