Secondo voi da cosa dipende questo errore? quando cerco di importare (tramite il tool di MySQL) un restore fatto da un altro PC visualizzo:
Error while executing this query:CREATE TABLE `webstati` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`descrizione` char(50) DEFAULT NULL,
`sigla` char(4) DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=latin1;
The server has returned this error message: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 'USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=latin1' at line 5
MySQL Error.