views:

45

answers:

2

Is there a limit on the SQL query string you can pass to MySQL for it to execute?

+2  A: 

Hi, there is an limit of one gigabyte per Query.

MySQL Query Limit

ArneRie
+1  A: 

To be more specific, 1GB is the maximum size of the query. However, the limit might be lower depending on the hosting configurations.

czuk