Error While importing DB for WP Migrate DB plugin
-
Hi all,
I don’t know why I’m getting this error, never gave me and migrated already some db on godaddy hosting service.
By the way, the error is this:
SQL query:#
# Table structure of tablewp_commentmeta
#
CREATE TABLEwp_commentmeta(meta_idBIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
comment_idBIGINT( 20 ) UNSIGNED NOT NULL DEFAULT ‘0’,
meta_keyVARCHAR( 255 ) DEFAULT NULL ,
meta_valueLONGTEXT,
PRIMARY KEY (meta_id) ,
KEYcomment_id(comment_id) ,
KEYmeta_key(meta_key)
) ENGINE = Aria DEFAULT CHARSET = utf8PAGE_CHECKSUM =1;MySQL said:
#1286 – Unknown table engine ‘Aria’
How can I solve this to import successfully the db?
Thanks all
The topic ‘Error While importing DB for WP Migrate DB plugin’ is closed to new replies.