Hello, i have this error:
Convert MyISAM tables to InnoDB
Database table storage engine needs to be updated to InnoDB. Run the following command(s) in your MySQL console:
ALTER TABLE chv_albums ENGINE = InnoDB;
ALTER TABLE chv_images ENGINE = InnoDB;
ALTER TABLE chv_redirects ENGINE = InnoDB;
ALTER TABLE chv_users ENGINE = InnoDB;
Review Converting Tables from MyISAM to InnoDB.
Is there anyone to can help to fix this ?
Thanks 🙂
Convert MyISAM tables to InnoDB
Database table storage engine needs to be updated to InnoDB. Run the following command(s) in your MySQL console:
ALTER TABLE chv_albums ENGINE = InnoDB;
ALTER TABLE chv_images ENGINE = InnoDB;
ALTER TABLE chv_redirects ENGINE = InnoDB;
ALTER TABLE chv_users ENGINE = InnoDB;
Review Converting Tables from MyISAM to InnoDB.
Is there anyone to can help to fix this ?
Thanks 🙂