Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

FabioQ on "[Plugin: WP Migrate DB]Error While importing DB for WP Migrate DB plugin"

$
0
0

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 table <code>wp_commentmeta</code>
#
CREATE TABLE  <code>wp_commentmeta</code> (

 <code>meta_id</code> BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
 <code>comment_id</code> BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT  '0',
 <code>meta_key</code> VARCHAR( 255 ) DEFAULT NULL ,
 <code>meta_value</code> LONGTEXT,
PRIMARY KEY (  <code>meta_id</code> ) ,
KEY  <code>comment_id</code> (  <code>comment_id</code> ) ,
KEY  <code>meta_key</code> (  <code>meta_key</code> )
) 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

http://wordpress.org/extend/plugins/wp-migrate-db/


Viewing all articles
Browse latest Browse all 26892

Trending Articles