mySQL database importing error
-
SQL query:
—
— Database:newblogfoitz
—
— ——————————————————–
Eek!!! I hope someone might be able to help. Am trying to import a WordPress mySQL file and have run into a problem (below) and it won’t let me import the file. Am not crash hot with knowledge about this mySQL stuff, so hope someone out there might be able to help if the .sql file needs editing.
Thanks very much in advance! 🙂—————-
ErrorSQL query:
—
— Database:newblogfoitz
—
— ——————————————————–
—
— Table structure for tablewp_commentmeta
—
CREATETABLEIFNOTEXISTSwp_commentmeta(meta_idbigint( 20)unsigned NOTNULLAUTO_INCREMENT ,
comment_idbigint( 20)unsigned NOTNULL default’0′,
meta_keyvarchar( 255)default NULL ,
meta_valuelongtext,
PRIMARYKEY (meta_id) ,
KEYcomment_id(comment_id) ,
KEYmeta_key(meta_key)
) ENGINE=MYISAMDEFAULT CHARSET= utf8 AUTO_INCREMENT=21;
The topic ‘mySQL database importing error’ is closed to new replies.