Exporting importing issue with wp_bdprss_items table
-
I am in the process of moving hosting providers.
I have been able to export and import all of my websites and now I am in the processes of moving my biggest and last one.
When I try to import my db I am able to import every table expect for one.
I get the following error:
CREATE TABLE
wp_bdprss_items(
item_feed_urlvarchar( 240 ) NOT NULL default ”,
item_urlvarchar( 255 ) NOT NULL default ”,
item_namevarchar( 255 ) NOT NULL default ”,
ref_numberint( 5 ) NOT NULL default ‘0’,
texttext NOT NULL ,
item_timeint( 15 ) default NULL ,
item_update_timeint( 15 ) NOT NULL default ‘0’,
PRIMARY KEY (item_feed_url,item_url) ,
KEYfeed_index(item_feed_url) ,
KEYupdate_index(item_update_time) ,
KEYtime_index(item_time)
) TYPE = MYISAM ;MySQL said: Documentation
#1071 – Specified key was too long; max key length is 1000 bytes
The topic ‘Exporting importing issue with wp_bdprss_items table’ is closed to new replies.