Re: FN-FORUM MySQL Crash Cource Please
date posted 13th July 2001 18:00
I just executed these commands via the phpMyAdmin front-end and it seems to
have done it all.
CREATE TABLE adclicks (
bannerID mediumint(9) DEFAULT '0' NOT NULL,
t_stamp timestamp(14),
host varchar(255) NOT NULL,
KEY clientID (bannerID)
);
Or is there something else I should know (do) ?
Cheers
Willie Jordaan