Hello Alan,
Nice suggestion. I wonder if changing tables from MyISAM to InnoDB is a safe process. Are there any tables that should be changed first?
BTW, Is this only command needed to run?
ALTER TABLE t1 ENGINE=InnoDB;
Hello Alan,
Nice suggestion. I wonder if changing tables from MyISAM to InnoDB is a safe process. Are there any tables that should be changed first?
BTW, Is this only command needed to run?
ALTER TABLE t1 ENGINE=InnoDB;