My-SQL question
-
question: a site was transferred to wordpress from a customised build where the owner had no write access. after notifying of intent to change the host sent a dump file and the images folder…what’s the best solution to get that into wordpress?
dump file looks like this .. plus content on the end [gracias!]
CREATE TABLE export (
id int(11) NOT NULL default ‘0’,
headline varchar(255) default NULL,
subheadline varchar(255) default NULL,
article_text blob,
breakout varchar(255) default NULL,
byline varchar(255) default NULL,
dateline varchar(255) default NULL,
created_date varchar(255) default NULL,
section varchar(255) default NULL,
caption varchar(255) default NULL,
link varchar(255) default NULL,
caption2 varchar(255) default NULL,
link2 varchar(255) default NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;
- The topic ‘My-SQL question’ is closed to new replies.