Closed client9 closed 11 years ago
In a simple implementation, libinjection could be used on all HTML FORM POSTs, which might include very long binary data.
To prevent long scanning and parsing times, we should either
Unfortunately, MySQL allows 1G SQL statement! http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html
Looks like default is 32MB.
can be done on client side... closing
In a simple implementation, libinjection could be used on all HTML FORM POSTs, which might include very long binary data.
To prevent long scanning and parsing times, we should either
Unfortunately, MySQL allows 1G SQL statement! http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html
Looks like default is 32MB.