Re: Fun & games with logging to Mysql

2001-03-11 Thread Justin
I log all page requests to a rotating table name based on day of week. Logging image requests is probably a bridge too far. This gives me 7 days grace to archive off old tables to an analysis database. Originally it was done to one table, but this idea didnt work too well because a purge based on

Fun & games with logging to Mysql

2001-03-11 Thread Timothy Aslat
Hi All, I've been lurking around on this list for a few days, and searching archives and darn near anything else I can get my hands on. What I'm curious to find out is, how many people are using MySQL for logging Squid/Aapache (more Squid) and how did you go about doing it. I've already implim