Zmień tabelę myisam na innodb

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