Hi,
When i try backup my MYSQL DB with PHPmyadmin, i get an error with wp_mla_alt_text_view, can you give me the structure or the sql table structure to restore by default.
It's very strange, because this table is considering as view and not as INNoDB type.
CREATE ALGORITHM=UNDEFINED DEFINER=mydbuser@%SQL SECURITY DEFINER VIEWwp_mla_alt_text_viewAS selectwp_postmeta.post_idASpost_id,wp_postmeta.meta_valueASmeta_valuefromwp_postmetawhere (wp_postmeta.meta_key= '_wp_attachment_image_alt');
http://wordpress.org/extend/plugins/media-library-assistant/