Comunidad de diseño web y desarrollo en internet online

Problema al importar la base de datos

Citar            
MensajeEscrito el 11 Jun 2010 05:00 am
Hola,

Tengo un problema ya que intento importar mi base de datos a un nuevo host y no me deja ya que me sale este error:

CREATE TABLE IF NOT EXISTS `wp_comments` (
`comment_ID` bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
`comment_post_ID` bigint( 20 ) unsigned NOT NULL default '0',
`comment_author` tinytext NOT NULL ,
`comment_author_email` varchar( 100 ) NOT NULL default '0',
`comment_author_url` varchar( 200 ) NOT NULL default '0',
`comment_author_IP` varchar( 100 ) NOT NULL default '0',
`comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
`comment_content` text NOT NULL ,
`comment_karma` int( 11 ) NOT NULL default '0',
`comment_approved` varchar( 20 ) NOT NULL default '1',
`comment_agent` varchar( 255 ) NOT NULL default '0',
`comment_type` varchar( 20 ) NOT NULL default '0',
`comment_parent` bigint( 20 ) unsigned NOT NULL default '0',
`user_id` bigint( 20 ) unsigned NOT NULL default '0',
`` enum( 'Y', 'N' ) NOT NULL default 'N',
PRIMARY KEY ( `comment_ID` ) ,
KEY `comment_approved` ( `comment_approved` ) ,
KEY `comment_post_ID` ( `comment_post_ID` ) ,
KEY `comment_approved_date_gmt` ( `comment_approved` , `comment_date_gmt` ) ,
KEY `comment_date_gmt` ( `comment_date_gmt` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =24076;

#1166 - Incorrect column name ''


¿Alguien sabe que puede estar ocurriendo?

Muchas gracias por todo :)

Por Kuromimi

0 de clabLevel



 

firefox
Citar            
MensajeEscrito el 11 Jun 2010 12:59 pm
Hola, el error es porque estás usando un nombre de columna incorrecto observa la linea anterior a PRIMARY KEY(`comment_ID`).
En esa linea usas como nombre de columna `` (un valor vacío) para la enumeracion ('Y', 'N').

Saludos

Por bucle_infinito

Claber

166 de clabLevel

1 tutorial

 

.NET Developer

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.