-
How many of these are for use with only MyISAM tables?
mysql, mysqladmin, mysqldump, mysqlisamchk
-
- 4
- 3
- 2
- 1
- None of these
Correct Option: D
‘mysqlcheck’ and ‘mysqlisamchk’ are the programs that perform table checking, analysis, optimization and repairs when tables become damaged. ‘mysqlcheck’ works with MyISAM tables.