Hi!
If that is too complicated, tell me and I'll look it up for you.
Hi,
I suppose these are the columns that should be created:
entryid {AUTOINCREMENT} {PRIMARY},
md5 varchar(32) NOT NULL default '',
timestamp int(10) {UNSIGNED} default null,
key md5_idx (md5),
key timestamp_idx ...