Home » MYSQL » MySQL Database Operations » Question
  1. How many of these are for use with only MyISAM tables?
    mysql, mysqladmin, mysqldump, mysqlisamchk
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: A

‘mysqlcheck’ and ‘mysqlisamchk’ are the programs that perform table checking, analysis, optimization and repairs when tables become damaged. ‘mysqlcheck’ works with MyISAM tables.



Your comments will be displayed only after manual approval.