Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/07/2012, 10:59
poetasincausa
 
Fecha de Ingreso: junio-2012
Mensajes: 3
Antigüedad: 11 años, 11 meses
Puntos: 0
Pregunta ERROR 1064 (42000) al CREAR BASE DE DATOS

Estoy trabajando con la última versión de XAMPP, la 5.5 creo y me pasa lo siguiente, al intentar crear una tabla aparece el siguiente error:

mysql>CREATE TABLE pelicula
-> titulo VARCHAR<64>
-> directo VARCHAR<128>
-> actor VARCHAR<128>
->>;

Escribo esto y entonces aparece:

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that correspond to your mysql server versión for the right sytax to use near´>
titulo VARCHAR<64>
directo VARCHAR<128>
actor VARCHAR<128>
>´ at line 1


Gracias por su tiempo!!!