🎴 Flashcard Mode

Multi-Database Administration Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

MYISAM is the default mysql search engine?

AnswerClick to flip back
A
True
💡 Explanation:

MYISAM was indeed the default storage engine in MySQL versions prior to 5.5. From MySQL 5.5 onwards, InnoDB became the default. For the era when this question was written, the answer 'True' is correct. Note that the question uses 'search engine' which is imprecise terminology - it should be 'storage engine'.

Change Mode