Home » MYSQL » Mysql Setup » Question
  1. What is the default storage engine?
    1. NDB
    2. MyISAM
    3. ARCHIVE
    4. EXAMPLE
    5. None of these
Correct Option: B

MySQL comes with multiple storage engines. The default storage engine used is ‘MyISAM’. ‘EXAMPLE’ is the stub storage engine, NDB is the storage engine for MySQL Cluster.



Your comments will be displayed only after manual approval.