|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
![]() |
what is Maximum size of a query in mysql? |
||||
the max size would be limited by the variable max_allowed_packet show variables like 'max_allowed_packet' it will show you the limit. By default, it is set to If you want to increase that, add a line to the server's set-variable = max_allowed_packet=2M and restart mysql
server. |
||||
| Also read | |
| Is length of sql query limited in MS_SQL Server ? | |
Powered by
DBNest.com (Nest of DB Professionals)
