Tema: Error #1064
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 22/06/2011, 10:56
hicolu
 
Fecha de Ingreso: agosto-2009
Ubicación: Lima
Mensajes: 226
Antigüedad: 14 años, 8 meses
Puntos: 3
Respuesta: Error #1064

holas

la version del mysql de mi laptop es 5.5.5-m3 y la del servidor es : 5.0.45

ahora cuando un restore si copia varias tablas solo hay problemas con 3 tablas.

no sale el error muestro el mensaje completo:

Error while executing this query:CREATE TABLE `objetivos_estrategicos` (
`id_est` int(15) NOT NULL AUTO_INCREMENT,
`des_est` varchar(500) DEFAULT NULL,
`nom_est` varchar(50) DEFAULT NULL,
`ano` varchar(4) DEFAULT NULL,
`estado_est` varchar(1) DEFAULT NULL,
`cod_est` varchar(4) DEFAULT NULL,
PRIMARY KEY (`id_est`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
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=14 DEFAULT CHARSET=utf8' at line 8

gracias