Is the table serendipity_suppress needed for .8? I'd like to just drop it because I can't get it to create across due to the following line:
Code: Select all
`last` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,It says that this syntax isn't supported. This is odd considering I'm moving from a MySQL database phpadmin export to a MySQL database phpadmin import.
I had to cut and paste everything leaving off the following code for each table:
Code: Select all
ENGINE=MyISAM DEFAULT CHARSET=latin1
UPDATE: Found out that I'm trying to migrate from a MySQL 4.1.8 database w php 4.3.10 to a 4.0.24 with php 4.3.11
TKS