hola a todos
amigos mi problema es el siguiente: al migrar mi bd a la ultima version del mysql 5.5.16 me sale el error #1064 - 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 'type=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3' at line 18
esta es la base de datos
CREATE TABLE `tema` (
`cod_tema` bigint(20) NOT NULL AUTO_INCREMENT,
`nom_tema` varchar(100) NOT NULL,
`contenido` text NOT NULL,
`autor` varchar(50) NOT NULL,
`fecha` date NOT NULL,
PRIMARY KEY (`cod_tema`)
) type=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
espero q me puedan ayudar para mi es importante cualquier tipo de ayuda