Error restoring tables using migrate
-
Hi There
Yesterday I bought your migration tool, and have tried to use it twice without success. When doing the restore, I am getting 31 errors relating to the syntax of the SQL.
There errors all look more or less the same, so I am just posting one here for you to have a look at and advise. Here it is :
Restoring table: wp_site
An error (25) occured: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘PAGE_CHECKSUM=1’ at line 1 – the database query being run was: CREATE TABLEwp_site
(id
bigint(20) NOT NULL AUTO_INCREMENT,domain
varchar(200) NOT NULL DEFAULT ”,path
varchar(100) NOT NULL DEFAULT ”, PRIMARY KEY (id
), KEYdomain
(domain
,path
)) ENGINE=Aria AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 PAGE_CHECKSUM=1 ;
An error (26) occured: – Table ‘robansell11.wp_site’ doesn’t exist – the database query being run was: INSERT INTOwp_site
VALUES (1, ‘bidnstay.co.za’, ‘/’);I look forward to hearing back from you.
Regards
Rob
- The topic ‘Error restoring tables using migrate’ is closed to new replies.