I change my wordpress web to other hosting and have the problem when I export my SQL, the Error is:
— Table structure for table wp_bwps_lockouts
—
CREATE TABLE IF NOT EXISTS wp_bwps_lockouts
(
id
INT( 11 ) NOT NULL AUTO_INCREMENT ,
type
INT( 1 ) NOT NULL ,
active
INT( 1 ) NOT NULL ,
starttime
INT( 10 ) NOT NULL ,
exptime
INT( 10 ) NOT NULL ,
host
VARCHAR( 20 ) DEFAULT NULL ,
user
BIGINT( 20 ) DEFAULT NULL ,
PRIMARY KEY ( id
)
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =234;
How I can fix it? Thanks you