Multiple choice technology databases

MYISAM is the default mysql search engine?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
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'.