![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/04/2012, 05:33
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 32
Antigüedad: 14 años, 1 mes Puntos: 0 | |
problemas con Mysql hola que tal
problema.
teCREATE TABLE `TABLA DE CLIENTES` (
`CODCLI` VARCHAR(50) NOT NULL,
`NOMBRE` VARCHAR(50),
`DOMICILIO` VARCHAR(50),
`POBLACION` VARCHAR(50),
`CPOSTAL` VARCHAR(50),
`PROVINCIA` VARCHAR(50),
`TELEFONO` VARCHAR(50),
`CONTACTO` VARCHAR(50),
`FAX` VARCHAR(50),
`MAIL` VARCHAR(255),
`CIF EMPRESA` VARCHAR(255),
PRIMARY KEY (`CODCLI`)
) ENGINE=archive DEFAULT CHARSET=utf8;
y la subo a MysQl y me da este error:
#1071 - Specified key was too long; max key length is 8 bytes
no entiendo porque si todo esta bien
un saludo y gracias |