InterviewSolution
Saved Bookmarks
| 1. |
The largest value to which the variable ‘max_allowed_packet’ can be set is ______________(a) 1GB(b) 2GB(c) 4GB(d) 8GB |
|
Answer» Correct choice is (a) 1GB The explanation: The ‘max_allowed_packet’ stores the maximum size to which the buffer used for client communications can grow. The largest value to which ‘max_allowed_packet’ variable can be set is 1GB. |
|