Error during restore -
01-13-2008
, 08:18 AM
When I try to restore a backup on a local machine ... during the restore
I obtain this error
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.
Can you help me?
Thanks |