MySQL Advisor - The Configuration Analysis Tool

Variable Reference

myisam_tables

WARNING

Rule IDs: sch_002

Overview

Purpose
Presence of MyISAM user tables in the schema summary.
Dynamic (MySQL 8.4 reference)
Address by migrating storage engine or schema design — not one SET GLOBAL.
Default value
N/A
Version and product notes
MyISAM is discouraged for many production patterns versus InnoDB.
Documentation
Primary reference depends on product (MySQL, MariaDB, Percona, or OS documentation).

What is checked

Rules that reference this variable, with their severity and what each rule detects:

Tuning guidance

Example

ALTER TABLE my_table ENGINE = InnoDB; -- Test thoroughly before migrating production tables

Generated from the MySQL Advisor documentation build. Dynamic Yes/No reflects the excerpt aligned with Oracle MySQL 8.4 reference material consumed by this project.