modifier la table myisam à innodb

  ALTER TABLE table_name ENGINE = INNODB;//for alter signle table engine in database
Lucky Llama