PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 23, 2001 11:36 AM
Subject: I want to drop "double click" from apache's log store in mysql
table
Hello and a big thank's to all mysql team for your wonderfull
product.
I use a mysql table to store my apache'
Hello and a big thank's to all mysql team for your wonderfull
product.
I use a mysql table to store my apache's logs.
The table is like
CREATE TABLE IF NOT EXISTS log (
ip char(12) not null,
date datetime not null,
...
PRIMARY KEY ( date, ip )
);
Some times, people double click on a link s