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