Oracle
1Z0-873 · Question #17
Which of the following storage engines cannot be disabled?
The correct answer is B. MyISAM. MyISAM was introduced in MySQL 3.23.0 and has been the built-in default storage engine since (although you can change the default engine at server startup or while the server runs). Because MyISAM is the built-in default engine, it is always available and cannot be disabled.
MySQL Storage Engines
Question
Which of the following storage engines cannot be disabled?
Options
- AInnoDB
- BMyISAM
- CFEDERATED
- DMEMORY
- EMERGE
How the community answered
(23 responses)- A4% (1)
- B74% (17)
- D17% (4)
- E4% (1)
Explanation
MyISAM was introduced in MySQL 3.23.0 and has been the built-in default storage engine since (although you can change the default engine at server startup or while the server runs). Because MyISAM is the built-in default engine, it is always available and cannot be disabled.
Topics
#storage engines#MyISAM#built-in engines#engine management
Community Discussion
No community discussion yet for this question.