25/07/2007, 12:20
|
| | Fecha de Ingreso: junio-2005
Mensajes: 62
Antigüedad: 19 años, 5 meses Puntos: 0 | |
Re: Tutorial - Subir BD pesadas (BigDump) Hola que tal??
Cuando intnto restaurar la BD me aparece :
Error at the line 728: ) TYPE=MyISAM;
Query: CREATE TABLE phpbb_faq_text (
ang_id varchar varchar(50) NOT NULL default 'english',
q_id tinyint tinyint(11) NOT NULL default '0',
aq_id tinyint tinyint(11) NOT NULL default '0',
q text tinyint(4) NOT NULL default '0',
a text tinyint(4) NOT NULL default '0',
PRIMARY KEY (a text)
) TYPE=MyISAM;
MySQL: 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 'varchar(50) NOT NULL default 'english', q_id tinyint tinyint(1
Stopped on error
Start from the beginning (DROP the old tables before restarting)
¿que puedo hacer? |