Home » MYSQL » Mysql Setup » Question
  1. Increasing the value of which system variable enables mysqld to keep more tables open simultaneously?
    1. delayed_queue_size
    2. table_cache
    3. max_allowed_packet
    4. max_connect
    5. None of these
Correct Option: B

The ‘table_cache’ stores the size of the table cache. Increasing the value enables ‘mysqld’ to keep more tables open simultaneously by reducing the number of file open and close operations.



Your comments will be displayed only after manual approval.